#391527

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

Shades of Blackberry #391527

Tints of Blackberry #391527

Color information

#391527 (or 0x391527) is unknown color: approx Blackberry. HEX triplet: 39, 15 and 27. RGB value is (57,21,39). Sum of RGB (Red+Green+Blue) = 57+21+39=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 39 (15.62% from 255 or 33.33% from 117); Max value from RGB is 57 - color contains mainly: red. Hex color #391527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391527 is #C6EAD8. Grayscale: #212121. Windows color (decimal): -13036249 or 2561337. OLE color: 2561337.

HSL color Cylindrical-coordinate representation of color #391527: hue angle of 330º 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 #391527 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB572139-
CMYK00.630.320.78
HSL330º46.15%15.29%-
HSV(B)330º63.16%22.35%-
XYZ2.321.552.1-
YUV33.82130.93144.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.72%
GREEN value IS 21 (8.59% from 255) = 17.95%
BLUE value IS 39 (15.62% from 255) = 33.33%
R=48.72%
G=17.95%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57213900.630.320.7833046.1515.29
Hex39152703F204E14a2ef
Octal712547077401165125617
Binary11100110101100111011111110000010011101010010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391527; }

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

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

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

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

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

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

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

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