#331321

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

Shades of Blackberry #331321

Tints of Blackberry #331321

Color information

#331321 (or 0x331321) is unknown color: approx Blackberry. HEX triplet: 33, 13 and 21. RGB value is (51,19,33). Sum of RGB (Red+Green+Blue) = 51+19+33=103 (13% of max value = 765). Red value is 51 (20.31% from 255 or 49.51% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 51 - color contains mainly: red. Hex color #331321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331321 is #CCECDE. Grayscale: #1E1E1E. Windows color (decimal): -13429983 or 2167603. OLE color: 2167603.

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

Color convert

RGB511933-
CMYK00.630.350.8
HSL333.75º45.71%13.73%-
HSV(B)333.75º62.75%20%-
XYZ1.871.281.59-
YUV30.16129.6142.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 49.51%
GREEN value IS 19 (7.81% from 255) = 18.45%
BLUE value IS 33 (13.28% from 255) = 32.04%
R=49.51%
G=18.45%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51193300.630.350.8333.7545.7113.73
Hex33132103F235014e2ee
Octal632341077431205165616
Binary11001110011100001011111110001110100001010011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331321; }

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

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

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

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

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

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

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

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