#350228

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

Shades of Blackberry #350228

Tints of Blackberry #350228

Color information

#350228 (or 0x350228) is unknown color: approx Blackberry. HEX triplet: 35, 02 and 28. RGB value is (53,2,40). Sum of RGB (Red+Green+Blue) = 53+2+40=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #350228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350228 is #CAFDD7. Grayscale: #151515. Windows color (decimal): -13303256 or 2622005. OLE color: 2622005.

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

Color convert

RGB53240-
CMYK00.960.250.79
HSL315.29º92.73%10.78%-
HSV(B)315.29º96.23%20.78%-
XYZ1.870.952.09-
YUV21.58138.4150.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.79%
GREEN value IS 2 (1.17% from 255) = 2.11%
BLUE value IS 40 (16.02% from 255) = 42.11%
R=55.79%
G=2.11%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5324000.960.250.79315.2992.7310.78
Hex35228060194F13b5db
Octal6525001403111747313513
Binary110101101010000110000011001100111110011101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350228; }

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

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

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

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

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

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

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

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