#370E26

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

Shades of Blackberry #370E26

Tints of Blackberry #370E26

Color information

#370E26 (or 0x370E26) is unknown color: approx Blackberry. HEX triplet: 37, 0E and 26. RGB value is (55,14,38). Sum of RGB (Red+Green+Blue) = 55+14+38=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #370E26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E26 is #C8F1D9. Grayscale: #1C1C1C. Windows color (decimal): -13169114 or 2494007. OLE color: 2494007.

HSL color Cylindrical-coordinate representation of color #370E26: hue angle of 324.88º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #370E26 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.78.

Color convert

RGB551438-
CMYK00.750.310.78
HSL324.88º59.42%13.53%-
HSV(B)324.88º74.55%21.57%-
XYZ2.081.271.97-
YUV29133.08146.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.40%
GREEN value IS 14 (5.86% from 255) = 13.08%
BLUE value IS 38 (15.23% from 255) = 35.51%
R=51.40%
G=13.08%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55143800.750.310.78324.8859.4213.53
Hex37E2604B1F4E1453be
Octal6716460113371165057316
Binary1101111110100110010010111111110011101010001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370E26; }

 p { color: rgb(55,14,38); }

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

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

 a { background-color: rgb(55,14,38); }

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

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

 span { border-color: rgb(55,14,38); }

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