#391528

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

Shades of Blackberry #391528

Tints of Blackberry #391528

Color information

#391528 (or 0x391528) is unknown color: approx Blackberry. HEX triplet: 39, 15 and 28. RGB value is (57,21,40). Sum of RGB (Red+Green+Blue) = 57+21+40=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 57 - color contains mainly: red. Hex color #391528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391528 is #C6EAD7. Grayscale: #212121. Windows color (decimal): -13036248 or 2626873. OLE color: 2626873.

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

Color convert

RGB572140-
CMYK00.630.300.78
HSL328.33º46.15%15.29%-
HSV(B)328.33º63.16%22.35%-
XYZ2.341.562.19-
YUV33.93131.43144.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.31%
GREEN value IS 21 (8.59% from 255) = 17.80%
BLUE value IS 40 (16.02% from 255) = 33.90%
R=48.31%
G=17.80%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57214000.630.300.78328.3346.1515.29
Hex39152803F1E4E1482ef
Octal712550077361165105617
Binary1110011010110100001111111111010011101010010001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391528; }

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

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

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

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

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

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

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

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