#350218

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

Shades of Blackberry #350218

Tints of Blackberry #350218

Color information

#350218 (or 0x350218) is unknown color: approx Blackberry. HEX triplet: 35, 02 and 18. RGB value is (53,2,24). Sum of RGB (Red+Green+Blue) = 53+2+24=79 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.09% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 53 - color contains mainly: red. Hex color #350218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350218 is #CAFDE7. Grayscale: #131313. Windows color (decimal): -13303272 or 1573429. OLE color: 1573429.

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

Color convert

RGB53224-
CMYK00.960.550.79
HSL334.12º92.73%10.78%-
HSV(B)334.12º96.23%20.78%-
XYZ1.650.870.94-
YUV19.76130.4151.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 67.09%
GREEN value IS 2 (1.17% from 255) = 2.53%
BLUE value IS 24 (9.77% from 255) = 30.38%
R=67.09%
G=2.53%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5322400.960.550.79334.1292.7310.78
Hex35218060374F14e5db
Octal6523001406711751613513
Binary110101101100001100000110111100111110100111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350218; }

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

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

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

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

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

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

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

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