#331324

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

Shades of Blackberry #331324

Tints of Blackberry #331324

Color information

#331324 (or 0x331324) is unknown color: approx Blackberry. HEX triplet: 33, 13 and 24. RGB value is (51,19,36). Sum of RGB (Red+Green+Blue) = 51+19+36=106 (14% of max value = 765). Red value is 51 (20.31% from 255 or 48.11% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 51 - color contains mainly: red. Hex color #331324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331324 is #CCECDB. Grayscale: #1E1E1E. Windows color (decimal): -13429980 or 2364211. OLE color: 2364211.

HSL color Cylindrical-coordinate representation of color #331324: hue angle of 328.12º 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 #331324 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.8.

Color convert

RGB511936-
CMYK00.630.290.8
HSL328.12º45.71%13.73%-
HSV(B)328.12º62.75%20%-
XYZ1.921.31.82-
YUV30.51131.1142.62-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 48.11%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 36 (14.45% from 255) = 33.96%
R=48.11%
G=17.92%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51193600.630.290.8328.1245.7113.73
Hex33132403F1D501482ee
Octal632344077351205105616
Binary1100111001110010001111111110110100001010010001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331324; }

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

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

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

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

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

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

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

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