#370321

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

Shades of Blackberry #370321

Tints of Blackberry #370321

Color information

#370321 (or 0x370321) is unknown color: approx Blackberry. HEX triplet: 37, 03 and 21. RGB value is (55,3,33). Sum of RGB (Red+Green+Blue) = 55+3+33=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #370321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370321 is #C8FCDE. Grayscale: #151515. Windows color (decimal): -13171935 or 2163511. OLE color: 2163511.

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

Color convert

RGB55333-
CMYK00.950.40.78
HSL325.38º89.66%11.37%-
HSV(B)325.38º94.55%21.57%-
XYZ1.880.991.53-
YUV21.97134.23151.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 60.44%
GREEN value IS 3 (1.56% from 255) = 3.30%
BLUE value IS 33 (13.28% from 255) = 36.26%
R=60.44%
G=3.30%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.4
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5533300.950.40.78325.3889.6611.37
Hex3732105F284E1455ab
Octal6734101375011650513213
Binary1101111110000101011111101000100111010100010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370321; }

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

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

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

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

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

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

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

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