#391221

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

Shades of Blackberry #391221

Tints of Blackberry #391221

Color information

#391221 (or 0x391221) is unknown color: approx Blackberry. HEX triplet: 39, 12 and 21. RGB value is (57,18,33). Sum of RGB (Red+Green+Blue) = 57+18+33=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #391221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391221 is #C6EDDE. Grayscale: #1F1F1F. Windows color (decimal): -13037023 or 2167353. OLE color: 2167353.

HSL color Cylindrical-coordinate representation of color #391221: hue angle of 336.92º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #391221 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB571833-
CMYK00.680.420.78
HSL336.92º52%14.71%-
HSV(B)336.92º68.42%22.35%-
XYZ2.181.411.6-
YUV31.37128.92146.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.78%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 33 (13.28% from 255) = 30.56%
R=52.78%
G=16.67%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57183300.680.420.78336.925214.71
Hex3912210442A4E15134f
Octal7122410104521165216417
Binary111001100101000010100010010101010011101010100011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391221; }

 p { color: rgb(57,18,33); }

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

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

 a { background-color: rgb(57,18,33); }

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

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

 span { border-color: rgb(57,18,33); }

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