#371928

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

Shades of Blackberry #371928

Tints of Blackberry #371928

Color information

#371928 (or 0x371928) is unknown color: approx Blackberry. HEX triplet: 37, 19 and 28. RGB value is (55,25,40). Sum of RGB (Red+Green+Blue) = 55+25+40=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #371928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371928 is #C8E6D7. Grayscale: #232323. Windows color (decimal): -13166296 or 2627895. OLE color: 2627895.

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

Color convert

RGB552540-
CMYK00.550.270.78
HSL330º37.5%15.69%-
HSV(B)330º54.55%21.57%-
XYZ2.311.662.21-
YUV35.68130.44141.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.83%
GREEN value IS 25 (10.16% from 255) = 20.83%
BLUE value IS 40 (16.02% from 255) = 33.33%
R=45.83%
G=20.83%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55254000.550.270.7833037.515.69
Hex3719280371B4E14a2610
Octal673150067331165124620
Binary11011111001101000011011111011100111010100101010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371928; }

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

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

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

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

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

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

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

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