#371528

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

Shades of Blackberry #371528

Tints of Blackberry #371528

Color information

#371528 (or 0x371528) is unknown color: approx Blackberry. HEX triplet: 37, 15 and 28. RGB value is (55,21,40). Sum of RGB (Red+Green+Blue) = 55+21+40=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #371528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371528 is #C8EAD7. Grayscale: #212121. Windows color (decimal): -13167320 or 2626871. OLE color: 2626871.

HSL color Cylindrical-coordinate representation of color #371528: hue angle of 326.47º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #371528 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB552140-
CMYK00.620.270.78
HSL326.47º44.74%14.9%-
HSV(B)326.47º61.82%21.57%-
XYZ2.231.52.18-
YUV33.33131.76143.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 47.41%
GREEN value IS 21 (8.59% from 255) = 18.10%
BLUE value IS 40 (16.02% from 255) = 34.48%
R=47.41%
G=18.10%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55214000.620.270.78326.4744.7414.9
Hex37152803E1B4E1462df
Octal672550076331165065517
Binary1101111010110100001111101101110011101010001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371528; }

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

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

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

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

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

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

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

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