#37092A

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

Shades of Blackberry #37092A

Tints of Blackberry #37092A

Color information

#37092A (or 0x37092A) is unknown color: approx Blackberry. HEX triplet: 37, 09 and 2A. RGB value is (55,9,42). Sum of RGB (Red+Green+Blue) = 55+9+42=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #37092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37092A is #C8F6D5. Grayscale: #1A1A1A. Windows color (decimal): -13170390 or 2754871. OLE color: 2754871.

HSL color Cylindrical-coordinate representation of color #37092A: hue angle of 316.96º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37092A is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB55942-
CMYK00.840.240.78
HSL316.96º71.88%12.55%-
HSV(B)316.96º83.64%21.57%-
XYZ2.091.172.31-
YUV26.52136.74148.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.89%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 42 (16.80% from 255) = 39.62%
R=51.89%
G=8.49%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5594200.840.240.78316.9671.8812.55
Hex3792A054184E13d48d
Octal67115201243011647511015
Binary11011110011010100101010011000100111010011110110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,9,42); }

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

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

 a { background-color: rgb(55,9,42); }

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

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

 span { border-color: rgb(55,9,42); }

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