#391322

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

Shades of Blackberry #391322

Tints of Blackberry #391322

Color information

#391322 (or 0x391322) is unknown color: approx Blackberry. HEX triplet: 39, 13 and 22. RGB value is (57,19,34). Sum of RGB (Red+Green+Blue) = 57+19+34=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #391322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391322 is #C6ECDD. Grayscale: #202020. Windows color (decimal): -13036766 or 2233145. OLE color: 2233145.

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

Color convert

RGB571934-
CMYK00.670.400.78
HSL336.32º50%14.9%-
HSV(B)336.32º66.67%22.35%-
XYZ2.211.451.68-
YUV32.07129.09145.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.82%
GREEN value IS 19 (7.81% from 255) = 17.27%
BLUE value IS 34 (13.67% from 255) = 30.91%
R=51.82%
G=17.27%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57193400.670.400.78336.325014.9
Hex391322043284E15032f
Octal7123420103501165206217
Binary111001100111000100100001110100010011101010100001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391322; }

 p { color: rgb(57,19,34); }

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

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

 a { background-color: rgb(57,19,34); }

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

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

 span { border-color: rgb(57,19,34); }

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