#391524

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

Shades of Blackberry #391524

Tints of Blackberry #391524

Color information

#391524 (or 0x391524) is unknown color: approx Blackberry. HEX triplet: 39, 15 and 24. RGB value is (57,21,36). Sum of RGB (Red+Green+Blue) = 57+21+36=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #391524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391524 is #C6EADB. Grayscale: #212121. Windows color (decimal): -13036252 or 2364729. OLE color: 2364729.

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

Color convert

RGB572136-
CMYK00.630.370.78
HSL335º46.15%15.29%-
HSV(B)335º63.16%22.35%-
XYZ2.271.531.85-
YUV33.47129.43144.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 18.42%
BLUE value IS 36 (14.45% from 255) = 31.58%
R=50%
G=18.42%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57213600.630.370.7833546.1515.29
Hex39152403F254E14f2ef
Octal712544077451165175617
Binary11100110101100100011111110010110011101010011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391524; }

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

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

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

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

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

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

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

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