#391B2B

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

Shades of Blackberry #391B2B

Tints of Blackberry #391B2B

Color information

#391B2B (or 0x391B2B) is unknown color: approx Blackberry. HEX triplet: 39, 1B and 2B. RGB value is (57,27,43). Sum of RGB (Red+Green+Blue) = 57+27+43=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #391B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391B2B is #C6E4D4. Grayscale: #252525. Windows color (decimal): -13034709 or 2825017. OLE color: 2825017.

HSL color Cylindrical-coordinate representation of color #391B2B: hue angle of 328º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #391B2B is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB572743-
CMYK00.530.250.78
HSL328º35.71%16.47%-
HSV(B)328º52.63%22.35%-
XYZ2.521.832.51-
YUV37.79130.94141.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 27 (10.94% from 255) = 21.26%
BLUE value IS 43 (17.19% from 255) = 33.86%
R=44.88%
G=21.26%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57274300.530.250.7832835.7116.47
Hex391B2B035194E1482410
Octal713353065311165104420
Binary11100111011101011011010111001100111010100100010010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,27,43); }

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

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

 a { background-color: rgb(57,27,43); }

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

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

 span { border-color: rgb(57,27,43); }

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