#331322

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

Shades of Blackberry #331322

Tints of Blackberry #331322

Color information

#331322 (or 0x331322) is unknown color: approx Blackberry. HEX triplet: 33, 13 and 22. RGB value is (51,19,34). Sum of RGB (Red+Green+Blue) = 51+19+34=104 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.04% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 51 - color contains mainly: red. Hex color #331322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331322 is #CCECDD. Grayscale: #1E1E1E. Windows color (decimal): -13429982 or 2233139. OLE color: 2233139.

HSL color Cylindrical-coordinate representation of color #331322: hue angle of 331.88º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #331322 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.8.

Color convert

RGB511934-
CMYK00.630.330.8
HSL331.88º45.71%13.73%-
HSV(B)331.88º62.75%20%-
XYZ1.891.291.66-
YUV30.28130.1142.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 49.04%
GREEN value IS 19 (7.81% from 255) = 18.27%
BLUE value IS 34 (13.67% from 255) = 32.69%
R=49.04%
G=18.27%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51193400.630.330.8331.8845.7113.73
Hex33132203F215014c2ee
Octal632342077411205145616
Binary11001110011100010011111110000110100001010011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331322; }

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

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

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

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

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

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

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

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