#391928

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

Shades of Blackberry #391928

Tints of Blackberry #391928

Color information

#391928 (or 0x391928) is unknown color: approx Blackberry. HEX triplet: 39, 19 and 28. RGB value is (57,25,40). Sum of RGB (Red+Green+Blue) = 57+25+40=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #391928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391928 is #C6E6D7. Grayscale: #242424. Windows color (decimal): -13035224 or 2627897. OLE color: 2627897.

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

Color convert

RGB572540-
CMYK00.560.300.78
HSL331.88º39.02%16.08%-
HSV(B)331.88º56.14%22.35%-
XYZ2.421.722.21-
YUV36.28130.1142.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.72%
GREEN value IS 25 (10.16% from 255) = 20.49%
BLUE value IS 40 (16.02% from 255) = 32.79%
R=46.72%
G=20.49%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57254000.560.300.78331.8839.0216.08
Hex3919280381E4E14c2710
Octal713150070361165144720
Binary11100111001101000011100011110100111010100110010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391928; }

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

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

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

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

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

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

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

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