#370323

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

Shades of Blackberry #370323

Tints of Blackberry #370323

Color information

#370323 (or 0x370323) is unknown color: approx Blackberry. HEX triplet: 37, 03 and 23. RGB value is (55,3,35). Sum of RGB (Red+Green+Blue) = 55+3+35=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 35 (14.06% from 255 or 37.63% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #370323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370323 is #C8FCDC. Grayscale: #161616. Windows color (decimal): -13171933 or 2294583. OLE color: 2294583.

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

Color convert

RGB55335-
CMYK00.950.360.78
HSL323.08º89.66%11.37%-
HSV(B)323.08º94.55%21.57%-
XYZ1.9111.68-
YUV22.2135.23151.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 59.14%
GREEN value IS 3 (1.56% from 255) = 3.23%
BLUE value IS 35 (14.06% from 255) = 37.63%
R=59.14%
G=3.23%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5533500.950.360.78323.0889.6611.37
Hex3732305F244E1435ab
Octal6734301374411650313213
Binary1101111110001101011111100100100111010100001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370323; }

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

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

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

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

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

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

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

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