#37051A

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

Shades of Blackberry #37051A

Tints of Blackberry #37051A

Color information

#37051A (or 0x37051A) is unknown color: approx Blackberry. HEX triplet: 37, 05 and 1A. RGB value is (55,5,26). Sum of RGB (Red+Green+Blue) = 55+5+26=86 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.95% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 55 - color contains mainly: red. Hex color #37051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37051A is #C8FAE5. Grayscale: #161616. Windows color (decimal): -13171430 or 1705271. OLE color: 1705271.

HSL color Cylindrical-coordinate representation of color #37051A: hue angle of 334.8º 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 #37051A is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB55526-
CMYK00.910.530.78
HSL334.8º83.33%11.76%-
HSV(B)334.8º90.91%21.57%-
XYZ1.8211.07-
YUV22.34130.06151.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 63.95%
GREEN value IS 5 (2.34% from 255) = 5.81%
BLUE value IS 26 (10.55% from 255) = 30.23%
R=63.95%
G=5.81%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5552600.910.530.78334.883.3311.76
Hex3751A05B354E14f53c
Octal6753201336511651712314
Binary1101111011101001011011110101100111010100111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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