#370724

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

Shades of Blackberry #370724

Tints of Blackberry #370724

Color information

#370724 (or 0x370724) is unknown color: approx Blackberry. HEX triplet: 37, 07 and 24. RGB value is (55,7,36). Sum of RGB (Red+Green+Blue) = 55+7+36=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 36 (14.45% from 255 or 36.73% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #370724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370724 is #C8F8DB. Grayscale: #181818. Windows color (decimal): -13170908 or 2361143. OLE color: 2361143.

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

Color convert

RGB55736-
CMYK00.870.350.78
HSL323.75º77.42%12.16%-
HSV(B)323.75º87.27%21.57%-
XYZ1.971.091.78-
YUV24.66134.4149.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 56.12%
GREEN value IS 7 (3.12% from 255) = 7.14%
BLUE value IS 36 (14.45% from 255) = 36.73%
R=56.12%
G=7.14%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5573600.870.350.78323.7577.4212.16
Hex37724057234E1444dc
Octal6774401274311650411514
Binary11011111110010001010111100011100111010100010010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370724; }

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

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

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

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

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

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

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

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