#371221

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

Shades of Blackberry #371221

Tints of Blackberry #371221

Color information

#371221 (or 0x371221) is unknown color: approx Blackberry. HEX triplet: 37, 12 and 21. RGB value is (55,18,33). Sum of RGB (Red+Green+Blue) = 55+18+33=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #371221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371221 is #C8EDDE. Grayscale: #1E1E1E. Windows color (decimal): -13168095 or 2167351. OLE color: 2167351.

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

Color convert

RGB551833-
CMYK00.670.40.78
HSL335.68º50.68%14.31%-
HSV(B)335.68º67.27%21.57%-
XYZ2.071.351.59-
YUV30.77129.26145.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.89%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 33 (13.28% from 255) = 31.13%
R=51.89%
G=16.98%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.4
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55183300.670.40.78335.6850.6814.31
Hex371221043284E15033e
Octal6722410103501165206316
Binary110111100101000010100001110100010011101010100001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371221; }

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

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

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

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

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

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

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

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