#350223

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

Shades of Blackberry #350223

Tints of Blackberry #350223

Color information

#350223 (or 0x350223) is unknown color: approx Blackberry. HEX triplet: 35, 02 and 23. RGB value is (53,2,35). Sum of RGB (Red+Green+Blue) = 53+2+35=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 35 (14.06% from 255 or 38.89% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #350223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350223 is #CAFDDC. Grayscale: #141414. Windows color (decimal): -13303261 or 2294325. OLE color: 2294325.

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

Color convert

RGB53235-
CMYK00.960.340.79
HSL321.18º92.73%10.78%-
HSV(B)321.18º96.23%20.78%-
XYZ1.790.921.67-
YUV21.01135.9150.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.89%
GREEN value IS 2 (1.17% from 255) = 2.22%
BLUE value IS 35 (14.06% from 255) = 38.89%
R=58.89%
G=2.22%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5323500.960.340.79321.1892.7310.78
Hex35223060224F1415db
Octal6524301404211750113513
Binary1101011010001101100000100010100111110100000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350223; }

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

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

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

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

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

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

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

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