#370521

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

Shades of Blackberry #370521

Tints of Blackberry #370521

Color information

#370521 (or 0x370521) is unknown color: approx Blackberry. HEX triplet: 37, 05 and 21. RGB value is (55,5,33). Sum of RGB (Red+Green+Blue) = 55+5+33=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #370521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370521 is #C8FADE. Grayscale: #171717. Windows color (decimal): -13171423 or 2164023. OLE color: 2164023.

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

Color convert

RGB55533-
CMYK00.910.40.78
HSL326.4º83.33%11.76%-
HSV(B)326.4º90.91%21.57%-
XYZ1.91.031.54-
YUV23.14133.56150.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 59.14%
GREEN value IS 5 (2.34% from 255) = 5.38%
BLUE value IS 33 (13.28% from 255) = 35.48%
R=59.14%
G=5.38%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.4
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5553300.910.40.78326.483.3311.76
Hex3752105B284E14653c
Octal6754101335011650612314
Binary11011110110000101011011101000100111010100011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370521; }

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

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

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

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

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

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

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

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