#331221

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

Shades of Blackberry #331221

Tints of Blackberry #331221

Color information

#331221 (or 0x331221) is unknown color: approx Blackberry. HEX triplet: 33, 12 and 21. RGB value is (51,18,33). Sum of RGB (Red+Green+Blue) = 51+18+33=102 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 51 - color contains mainly: red. Hex color #331221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331221 is #CCEDDE. Grayscale: #1D1D1D. Windows color (decimal): -13430239 or 2167347. OLE color: 2167347.

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

Color convert

RGB511833-
CMYK00.650.350.8
HSL332.73º47.83%13.53%-
HSV(B)332.73º64.71%20%-
XYZ1.861.251.58-
YUV29.58129.93143.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 17.65%
BLUE value IS 33 (13.28% from 255) = 32.35%
R=50%
G=17.65%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51183300.650.350.8332.7347.8313.53
Hex331221041235014d30e
Octal6322410101431205156016
Binary110011100101000010100000110001110100001010011011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331221; }

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

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

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

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

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

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

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

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