#331122

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

Shades of Blackberry #331122

Tints of Blackberry #331122

Color information

#331122 (or 0x331122) is unknown color: approx Blackberry. HEX triplet: 33, 11 and 22. RGB value is (51,17,34). Sum of RGB (Red+Green+Blue) = 51+17+34=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 34 (13.67% from 255 or 33.33% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #331122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331122 is #CCEEDD. Grayscale: #1D1D1D. Windows color (decimal): -13430494 or 2232627. OLE color: 2232627.

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

Color convert

RGB511734-
CMYK00.670.330.8
HSL330º50%13.33%-
HSV(B)330º66.67%20%-
XYZ1.851.221.65-
YUV29.1130.76143.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 16.67%
BLUE value IS 34 (13.67% from 255) = 33.33%
R=50%
G=16.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51173400.670.330.83305013.33
Hex331122043215014a32d
Octal6321420103411205126215
Binary110011100011000100100001110000110100001010010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331122; }

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

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

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

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

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

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

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

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