#37081F

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

Shades of Blackberry #37081F

Tints of Blackberry #37081F

Color information

#37081F (or 0x37081F) is unknown color: approx Blackberry. HEX triplet: 37, 08 and 1F. RGB value is (55,8,31). Sum of RGB (Red+Green+Blue) = 55+8+31=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #37081F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37081F is #C8F7E0. Grayscale: #181818. Windows color (decimal): -13170657 or 2033719. OLE color: 2033719.

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

Color convert

RGB55831-
CMYK00.850.440.78
HSL330.64º74.6%12.35%-
HSV(B)330.64º85.45%21.57%-
XYZ1.911.081.41-
YUV24.67131.57149.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 58.51%
GREEN value IS 8 (3.52% from 255) = 8.51%
BLUE value IS 31 (12.5% from 255) = 32.98%
R=58.51%
G=8.51%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5583100.850.440.78330.6474.612.35
Hex3781F0552C4E14b4bc
Octal67103701255411651311314
Binary11011110001111101010101101100100111010100101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37081F; }

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

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

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

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

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

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

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

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