#37081E

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

Shades of Blackberry #37081E

Tints of Blackberry #37081E

Color information

#37081E (or 0x37081E) is unknown color: approx Blackberry. HEX triplet: 37, 08 and 1E. RGB value is (55,8,30). Sum of RGB (Red+Green+Blue) = 55+8+30=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #37081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37081E is #C8F7E1. Grayscale: #181818. Windows color (decimal): -13170658 or 1968183. OLE color: 1968183.

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

Color convert

RGB55830-
CMYK00.850.450.78
HSL331.91º74.6%12.35%-
HSV(B)331.91º85.45%21.57%-
XYZ1.91.081.34-
YUV24.56131.07149.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 59.14%
GREEN value IS 8 (3.52% from 255) = 8.60%
BLUE value IS 30 (12.11% from 255) = 32.26%
R=59.14%
G=8.60%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5583000.850.450.78331.9174.612.35
Hex3781E0552D4E14c4bc
Octal67103601255511651411314
Binary11011110001111001010101101101100111010100110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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