#37041E

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

Shades of Blackberry #37041E

Tints of Blackberry #37041E

Color information

#37041E (or 0x37041E) is unknown color: approx Blackberry. HEX triplet: 37, 04 and 1E. RGB value is (55,4,30). Sum of RGB (Red+Green+Blue) = 55+4+30=89 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.80% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 55 - color contains mainly: red. Hex color #37041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37041E is #C8FBE1. Grayscale: #161616. Windows color (decimal): -13171682 or 1967159. OLE color: 1967159.

HSL color Cylindrical-coordinate representation of color #37041E: hue angle of 329.41º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #37041E is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB55430-
CMYK00.930.450.78
HSL329.41º86.44%11.57%-
HSV(B)329.41º92.73%21.57%-
XYZ1.850.991.32-
YUV22.21132.4151.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 61.80%
GREEN value IS 4 (1.95% from 255) = 4.49%
BLUE value IS 30 (12.11% from 255) = 33.71%
R=61.80%
G=4.49%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5543000.930.450.78329.4186.4411.57
Hex3741E05D2D4E14956c
Octal6743601355511651112614
Binary1101111001111001011101101101100111010100100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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