#370E23

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

Shades of Blackberry #370E23

Tints of Blackberry #370E23

Color information

#370E23 (or 0x370E23) is unknown color: approx Blackberry. HEX triplet: 37, 0E and 23. RGB value is (55,14,35). Sum of RGB (Red+Green+Blue) = 55+14+35=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #370E23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E23 is #C8F1DC. Grayscale: #1C1C1C. Windows color (decimal): -13169117 or 2297399. OLE color: 2297399.

HSL color Cylindrical-coordinate representation of color #370E23: hue angle of 329.27º 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 #370E23 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.78.

Color convert

RGB551435-
CMYK00.750.360.78
HSL329.27º59.42%13.53%-
HSV(B)329.27º74.55%21.57%-
XYZ2.041.251.72-
YUV28.65131.58146.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.88%
GREEN value IS 14 (5.86% from 255) = 13.46%
BLUE value IS 35 (14.06% from 255) = 33.65%
R=52.88%
G=13.46%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55143500.750.360.78329.2759.4213.53
Hex37E2304B244E1493be
Octal6716430113441165117316
Binary11011111101000110100101110010010011101010010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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