#37051E

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

Shades of Blackberry #37051E

Tints of Blackberry #37051E

Color information

#37051E (or 0x37051E) is unknown color: approx Blackberry. HEX triplet: 37, 05 and 1E. RGB value is (55,5,30). Sum of RGB (Red+Green+Blue) = 55+5+30=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #37051E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37051E is #C8FAE1. Grayscale: #161616. Windows color (decimal): -13171426 or 1967415. OLE color: 1967415.

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

Color convert

RGB55530-
CMYK00.910.450.78
HSL330º83.33%11.76%-
HSV(B)330º90.91%21.57%-
XYZ1.861.011.33-
YUV22.8132.06150.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 61.11%
GREEN value IS 5 (2.34% from 255) = 5.56%
BLUE value IS 30 (12.11% from 255) = 33.33%
R=61.11%
G=5.56%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5553000.910.450.7833083.3311.76
Hex3751E05B2D4E14a53c
Octal6753601335511651212314
Binary1101111011111001011011101101100111010100101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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