#391B2A

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

Shades of Blackberry #391B2A

Tints of Blackberry #391B2A

Color information

#391B2A (or 0x391B2A) is unknown color: approx Blackberry. HEX triplet: 39, 1B and 2A. RGB value is (57,27,42). Sum of RGB (Red+Green+Blue) = 57+27+42=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #391B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391B2A is #C6E4D5. Grayscale: #252525. Windows color (decimal): -13034710 or 2759481. OLE color: 2759481.

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

Color convert

RGB572742-
CMYK00.530.260.78
HSL330º35.71%16.47%-
HSV(B)330º52.63%22.35%-
XYZ2.51.822.41-
YUV37.68130.44141.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.24%
GREEN value IS 27 (10.94% from 255) = 21.43%
BLUE value IS 42 (16.80% from 255) = 33.33%
R=45.24%
G=21.43%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57274200.530.260.7833035.7116.47
Hex391B2A0351A4E14a2410
Octal713352065321165124420
Binary11100111011101010011010111010100111010100101010010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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