#370824

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

Shades of Blackberry #370824

Tints of Blackberry #370824

Color information

#370824 (or 0x370824) is unknown color: approx Blackberry. HEX triplet: 37, 08 and 24. RGB value is (55,8,36). Sum of RGB (Red+Green+Blue) = 55+8+36=99 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55.56% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 55 - color contains mainly: red. Hex color #370824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370824 is #C8F7DB. Grayscale: #191919. Windows color (decimal): -13170652 or 2361399. OLE color: 2361399.

HSL color Cylindrical-coordinate representation of color #370824: hue angle of 324.26º 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 #370824 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB55836-
CMYK00.850.350.78
HSL324.26º74.6%12.35%-
HSV(B)324.26º85.45%21.57%-
XYZ1.981.111.78-
YUV25.24134.07149.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 55.56%
GREEN value IS 8 (3.52% from 255) = 8.08%
BLUE value IS 36 (14.45% from 255) = 36.36%
R=55.56%
G=8.08%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5583600.850.350.78324.2674.612.35
Hex37824055234E1444bc
Octal67104401254311650411314
Binary110111100010010001010101100011100111010100010010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370824; }

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

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

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

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

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

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

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

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