#37061A

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

Shades of Blackberry #37061A

Tints of Blackberry #37061A

Color information

#37061A (or 0x37061A) is unknown color: approx Blackberry. HEX triplet: 37, 06 and 1A. RGB value is (55,6,26). Sum of RGB (Red+Green+Blue) = 55+6+26=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #37061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37061A is #C8F9E5. Grayscale: #161616. Windows color (decimal): -13171174 or 1705527. OLE color: 1705527.

HSL color Cylindrical-coordinate representation of color #37061A: hue angle of 335.51º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #37061A is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB55626-
CMYK00.890.530.78
HSL335.51º80.33%11.96%-
HSV(B)335.51º89.09%21.57%-
XYZ1.831.021.08-
YUV22.93129.73150.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 63.22%
GREEN value IS 6 (2.73% from 255) = 6.90%
BLUE value IS 26 (10.55% from 255) = 29.89%
R=63.22%
G=6.90%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5562600.890.530.78335.5180.3311.96
Hex3761A059354E15050c
Octal6763201316511652012014
Binary1101111101101001011001110101100111010101000010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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