#371229

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

Shades of Blackberry #371229

Tints of Blackberry #371229

Color information

#371229 (or 0x371229) is unknown color: approx Blackberry. HEX triplet: 37, 12 and 29. RGB value is (55,18,41). Sum of RGB (Red+Green+Blue) = 55+18+41=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #371229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371229 is #C8EDD6. Grayscale: #1F1F1F. Windows color (decimal): -13168087 or 2691639. OLE color: 2691639.

HSL color Cylindrical-coordinate representation of color #371229: hue angle of 322.7º 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 #371229 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB551841-
CMYK00.670.250.78
HSL322.7º50.68%14.31%-
HSV(B)322.7º67.27%21.57%-
XYZ2.191.42.25-
YUV31.68133.26144.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.25%
GREEN value IS 18 (7.42% from 255) = 15.79%
BLUE value IS 41 (16.41% from 255) = 35.96%
R=48.25%
G=15.79%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55184100.670.250.78322.750.6814.31
Hex371229043194E14333e
Octal6722510103311165036316
Binary11011110010101001010000111100110011101010000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371229; }

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

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

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

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

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

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

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

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