#370827

Color #370827 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #370827

Tints of Blackberry #370827

Color information

#370827 (or 0x370827) is unknown color: approx Blackberry. HEX triplet: 37, 08 and 27. RGB value is (55,8,39). Sum of RGB (Red+Green+Blue) = 55+8+39=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 39 (15.62% from 255 or 38.24% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #370827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370827 is #C8F7D8. Grayscale: #191919. Windows color (decimal): -13170649 or 2558007. OLE color: 2558007.

HSL color Cylindrical-coordinate representation of color #370827: hue angle of 320.43º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #370827 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB55839-
CMYK00.850.290.78
HSL320.43º74.6%12.35%-
HSV(B)320.43º85.45%21.57%-
XYZ2.031.132.03-
YUV25.59135.57148.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 53.92%
GREEN value IS 8 (3.52% from 255) = 7.84%
BLUE value IS 39 (15.62% from 255) = 38.24%
R=53.92%
G=7.84%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5583900.850.290.78320.4374.612.35
Hex378270551D4E1404bc
Octal67104701253511650011314
Binary11011110001001110101010111101100111010100000010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370827; }

 p { color: rgb(55,8,39); }

 H1.HeaderClassName
 {
   color: #370827;
 }
 .AnyTagClassName
 {
   color: #370827;
 }
</style>
background-color css

<style>
 a { background-color: #370827; }

 a { background-color: rgb(55,8,39); }

 div.DivClassName
 {
   background-color: #370827;
 }
 .BgClassName
 {
   background-color: #370827;
 }
</style>
border-color css

<style>
 span { border-color: #370827; }

 span { border-color: rgb(55,8,39); }

 td.TdClassName
 {
   border-color: #370827;
 }
 .TagClassName
 {
   border-color: #370827;
 }
</style>