#391E2F

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

Shades of Blackberry #391E2F

Tints of Blackberry #391E2F

Color information

#391E2F (or 0x391E2F) is unknown color: approx Blackberry. HEX triplet: 39, 1E and 2F. RGB value is (57,30,47). Sum of RGB (Red+Green+Blue) = 57+30+47=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 57 - color contains mainly: red. Hex color #391E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391E2F is #C6E1D0. Grayscale: #272727. Windows color (decimal): -13033937 or 3087929. OLE color: 3087929.

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

Color convert

RGB573047-
CMYK00.470.180.78
HSL322.22º31.03%17.06%-
HSV(B)322.22º47.37%22.35%-
XYZ2.6622.94-
YUV40.01131.95140.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.54%
GREEN value IS 30 (12.11% from 255) = 22.39%
BLUE value IS 47 (18.75% from 255) = 35.07%
R=42.54%
G=22.39%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57304700.470.180.78322.2231.0317.06
Hex391E2F02F124E1421f11
Octal713657057221165023721
Binary1110011111010111101011111001010011101010000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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