#350224

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

Shades of Blackberry #350224

Tints of Blackberry #350224

Color information

#350224 (or 0x350224) is unknown color: approx Blackberry. HEX triplet: 35, 02 and 24. RGB value is (53,2,36). Sum of RGB (Red+Green+Blue) = 53+2+36=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #350224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350224 is #CAFDDB. Grayscale: #151515. Windows color (decimal): -13303260 or 2359861. OLE color: 2359861.

HSL color Cylindrical-coordinate representation of color #350224: hue angle of 320º 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 #350224 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.79.

Color convert

RGB53236-
CMYK00.960.320.79
HSL320º92.73%10.78%-
HSV(B)320º96.23%20.78%-
XYZ1.810.931.75-
YUV21.12136.4150.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.24%
GREEN value IS 2 (1.17% from 255) = 2.20%
BLUE value IS 36 (14.45% from 255) = 39.56%
R=58.24%
G=2.20%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5323600.960.320.7932092.7310.78
Hex35224060204F1405db
Octal6524401404011750013513
Binary1101011010010001100000100000100111110100000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350224; }

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

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

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

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

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

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

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

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