#391328

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

Shades of Blackberry #391328

Tints of Blackberry #391328

Color information

#391328 (or 0x391328) is unknown color: approx Blackberry. HEX triplet: 39, 13 and 28. RGB value is (57,19,40). Sum of RGB (Red+Green+Blue) = 57+19+40=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #391328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391328 is #C6ECD7. Grayscale: #202020. Windows color (decimal): -13036760 or 2626361. OLE color: 2626361.

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

Color convert

RGB571940-
CMYK00.670.300.78
HSL326.84º50%14.9%-
HSV(B)326.84º66.67%22.35%-
XYZ2.31.492.17-
YUV32.76132.09145.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.14%
GREEN value IS 19 (7.81% from 255) = 16.38%
BLUE value IS 40 (16.02% from 255) = 34.48%
R=49.14%
G=16.38%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57194000.670.300.78326.845014.9
Hex3913280431E4E14732f
Octal7123500103361165076217
Binary11100110011101000010000111111010011101010001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391328; }

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

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

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

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

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

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

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

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