#371828

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

Shades of Blackberry #371828

Tints of Blackberry #371828

Color information

#371828 (or 0x371828) is unknown color: approx Blackberry. HEX triplet: 37, 18 and 28. RGB value is (55,24,40). Sum of RGB (Red+Green+Blue) = 55+24+40=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 55 - color contains mainly: red. Hex color #371828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371828 is #C8E7D7. Grayscale: #232323. Windows color (decimal): -13166552 or 2627639. OLE color: 2627639.

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

Color convert

RGB552440-
CMYK00.560.270.78
HSL329.03º39.24%15.49%-
HSV(B)329.03º56.36%21.57%-
XYZ2.291.622.2-
YUV35.09130.77142.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 46.22%
GREEN value IS 24 (9.77% from 255) = 20.17%
BLUE value IS 40 (16.02% from 255) = 33.61%
R=46.22%
G=20.17%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55244000.560.270.78329.0339.2415.49
Hex3718280381B4E14927f
Octal673050070331165114717
Binary1101111100010100001110001101110011101010010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371828; }

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

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

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

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

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

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

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

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