#391D2E

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

Shades of Blackberry #391D2E

Tints of Blackberry #391D2E

Color information

#391D2E (or 0x391D2E) is unknown color: approx Blackberry. HEX triplet: 39, 1D and 2E. RGB value is (57,29,46). Sum of RGB (Red+Green+Blue) = 57+29+46=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 57 - color contains mainly: red. Hex color #391D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391D2E is #C6E2D1. Grayscale: #272727. Windows color (decimal): -13034194 or 3022137. OLE color: 3022137.

HSL color Cylindrical-coordinate representation of color #391D2E: hue angle of 323.57º 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 #391D2E is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.78.

Color convert

RGB572946-
CMYK00.490.190.78
HSL323.57º32.56%16.86%-
HSV(B)323.57º49.12%22.35%-
XYZ2.621.952.82-
YUV39.31131.78140.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.18%
GREEN value IS 29 (11.72% from 255) = 21.97%
BLUE value IS 46 (18.36% from 255) = 34.85%
R=43.18%
G=21.97%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57294600.490.190.78323.5732.5616.86
Hex391D2E031134E1442111
Octal713556061231165044121
Binary11100111101101110011000110011100111010100010010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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