#370328

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

Shades of Blackberry #370328

Tints of Blackberry #370328

Color information

#370328 (or 0x370328) is unknown color: approx Blackberry. HEX triplet: 37, 03 and 28. RGB value is (55,3,40). Sum of RGB (Red+Green+Blue) = 55+3+40=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #370328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370328 is #C8FCD7. Grayscale: #161616. Windows color (decimal): -13171928 or 2622263. OLE color: 2622263.

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

Color convert

RGB55340-
CMYK00.950.270.78
HSL317.31º89.66%11.37%-
HSV(B)317.31º94.55%21.57%-
XYZ1.991.032.1-
YUV22.77137.73150.99-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 56.12%
GREEN value IS 3 (1.56% from 255) = 3.06%
BLUE value IS 40 (16.02% from 255) = 40.82%
R=56.12%
G=3.06%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5534000.950.270.78317.3189.6611.37
Hex3732805F1B4E13d5ab
Octal6735001373311647513213
Binary110111111010000101111111011100111010011110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370328; }

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

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

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

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

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

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

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

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