#350221

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

Shades of Blackberry #350221

Tints of Blackberry #350221

Color information

#350221 (or 0x350221) is unknown color: approx Blackberry. HEX triplet: 35, 02 and 21. RGB value is (53,2,33). Sum of RGB (Red+Green+Blue) = 53+2+33=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #350221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350221 is #CAFDDE. Grayscale: #141414. Windows color (decimal): -13303263 or 2163253. OLE color: 2163253.

HSL color Cylindrical-coordinate representation of color #350221: hue angle of 323.53º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350221 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB53233-
CMYK00.960.380.79
HSL323.53º92.73%10.78%-
HSV(B)323.53º96.23%20.78%-
XYZ1.760.911.52-
YUV20.78134.9150.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.23%
GREEN value IS 2 (1.17% from 255) = 2.27%
BLUE value IS 33 (13.28% from 255) = 37.5%
R=60.23%
G=2.27%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5323300.960.380.79323.5392.7310.78
Hex35221060264F1445db
Octal6524101404611750413513
Binary1101011010000101100000100110100111110100010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350221; }

 p { color: rgb(53,2,33); }

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

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

 a { background-color: rgb(53,2,33); }

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

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

 span { border-color: rgb(53,2,33); }

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