#391D2F

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

Shades of Blackberry #391D2F

Tints of Blackberry #391D2F

Color information

#391D2F (or 0x391D2F) is unknown color: approx Blackberry. HEX triplet: 39, 1D and 2F. RGB value is (57,29,47). Sum of RGB (Red+Green+Blue) = 57+29+47=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 57 - color contains mainly: red. Hex color #391D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391D2F is #C6E2D0. Grayscale: #272727. Windows color (decimal): -13034193 or 3087673. OLE color: 3087673.

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

Color convert

RGB572947-
CMYK00.490.180.78
HSL321.43º32.56%16.86%-
HSV(B)321.43º49.12%22.35%-
XYZ2.641.952.93-
YUV39.42132.28140.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.86%
GREEN value IS 29 (11.72% from 255) = 21.80%
BLUE value IS 47 (18.75% from 255) = 35.34%
R=42.86%
G=21.80%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57294700.490.180.78321.4332.5616.86
Hex391D2F031124E1412111
Octal713557061221165014121
Binary11100111101101111011000110010100111010100000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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