#391F2F

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

Shades of Blackberry #391F2F

Tints of Blackberry #391F2F

Color information

#391F2F (or 0x391F2F) is unknown color: approx Blackberry. HEX triplet: 39, 1F and 2F. RGB value is (57,31,47). Sum of RGB (Red+Green+Blue) = 57+31+47=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 57 - color contains mainly: red. Hex color #391F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391F2F is #C6E0D0. Grayscale: #282828. Windows color (decimal): -13033681 or 3088185. OLE color: 3088185.

HSL color Cylindrical-coordinate representation of color #391F2F: hue angle of 323.08º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #391F2F is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB573147-
CMYK00.460.180.78
HSL323.08º29.55%17.25%-
HSV(B)323.08º45.61%22.35%-
XYZ2.692.062.94-
YUV40.6131.61139.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.22%
GREEN value IS 31 (12.5% from 255) = 22.96%
BLUE value IS 47 (18.75% from 255) = 34.81%
R=42.22%
G=22.96%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57314700.460.180.78323.0829.5517.25
Hex391F2F02E124E1431e11
Octal713757056221165033621
Binary1110011111110111101011101001010011101010000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391F2F; }

 p { color: rgb(57,31,47); }

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

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

 a { background-color: rgb(57,31,47); }

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

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

 span { border-color: rgb(57,31,47); }

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