#370221

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

Shades of Blackberry #370221

Tints of Blackberry #370221

Color information

#370221 (or 0x370221) is unknown color: approx Blackberry. HEX triplet: 37, 02 and 21. RGB value is (55,2,33). Sum of RGB (Red+Green+Blue) = 55+2+33=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #370221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370221 is #C8FDDE. Grayscale: #151515. Windows color (decimal): -13172191 or 2163255. OLE color: 2163255.

HSL color Cylindrical-coordinate representation of color #370221: hue angle of 324.91º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370221 is Cyan = 0, Magento = 0.96, Yellow = 0.4 and Black (K on CMYK) = 0.78.

Color convert

RGB55233-
CMYK00.960.40.78
HSL324.91º92.98%11.18%-
HSV(B)324.91º96.36%21.57%-
XYZ1.870.971.53-
YUV21.38134.56151.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 61.11%
GREEN value IS 2 (1.17% from 255) = 2.22%
BLUE value IS 33 (13.28% from 255) = 36.67%
R=61.11%
G=2.22%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.4
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5523300.960.40.78324.9192.9811.18
Hex37221060284E1455db
Octal6724101405011650513513
Binary1101111010000101100000101000100111010100010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370221; }

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

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

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

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

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

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

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

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