#370322

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

Shades of Blackberry #370322

Tints of Blackberry #370322

Color information

#370322 (or 0x370322) is unknown color: approx Blackberry. HEX triplet: 37, 03 and 22. RGB value is (55,3,34). Sum of RGB (Red+Green+Blue) = 55+3+34=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 34 (13.67% from 255 or 36.96% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #370322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370322 is #C8FCDD. Grayscale: #161616. Windows color (decimal): -13171934 or 2229047. OLE color: 2229047.

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

Color convert

RGB55334-
CMYK00.950.380.78
HSL324.23º89.66%11.37%-
HSV(B)324.23º94.55%21.57%-
XYZ1.90.991.61-
YUV22.08134.73151.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 59.78%
GREEN value IS 3 (1.56% from 255) = 3.26%
BLUE value IS 34 (13.67% from 255) = 36.96%
R=59.78%
G=3.26%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5533400.950.380.78324.2389.6611.37
Hex3732205F264E1445ab
Octal6734201374611650413213
Binary1101111110001001011111100110100111010100010010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370322; }

 p { color: rgb(55,3,34); }

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

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

 a { background-color: rgb(55,3,34); }

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

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

 span { border-color: rgb(55,3,34); }

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