#37122A

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

Shades of Blackberry #37122A

Tints of Blackberry #37122A

Color information

#37122A (or 0x37122A) is unknown color: approx Blackberry. HEX triplet: 37, 12 and 2A. RGB value is (55,18,42). Sum of RGB (Red+Green+Blue) = 55+18+42=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #37122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37122A is #C8EDD5. Grayscale: #1F1F1F. Windows color (decimal): -13168086 or 2757175. OLE color: 2757175.

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

Color convert

RGB551842-
CMYK00.670.240.78
HSL321.08º50.68%14.31%-
HSV(B)321.08º67.27%21.57%-
XYZ2.211.412.35-
YUV31.8133.76144.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 47.83%
GREEN value IS 18 (7.42% from 255) = 15.65%
BLUE value IS 42 (16.80% from 255) = 36.52%
R=47.83%
G=15.65%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55184200.670.240.78321.0850.6814.31
Hex37122A043184E14133e
Octal6722520103301165016316
Binary11011110010101010010000111100010011101010000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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