#37071C

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

Shades of Blackberry #37071C

Tints of Blackberry #37071C

Color information

#37071C (or 0x37071C) is unknown color: approx Blackberry. HEX triplet: 37, 07 and 1C. RGB value is (55,7,28). Sum of RGB (Red+Green+Blue) = 55+7+28=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #37071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37071C is #C8F8E3. Grayscale: #171717. Windows color (decimal): -13170916 or 1836855. OLE color: 1836855.

HSL color Cylindrical-coordinate representation of color #37071C: hue angle of 333.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 #37071C is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB55728-
CMYK00.870.490.78
HSL333.75º77.42%12.16%-
HSV(B)333.75º87.27%21.57%-
XYZ1.861.051.2-
YUV23.75130.4150.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 61.11%
GREEN value IS 7 (3.12% from 255) = 7.78%
BLUE value IS 28 (11.33% from 255) = 31.11%
R=61.11%
G=7.78%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5572800.870.490.78333.7577.4212.16
Hex3771C057314E14e4dc
Octal6773401276111651611514
Binary1101111111110001010111110001100111010100111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37071C; }

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

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

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

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

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

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

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

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