#350217

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

Shades of Blackberry #350217

Tints of Blackberry #350217

Color information

#350217 (or 0x350217) is unknown color: approx Blackberry. HEX triplet: 35, 02 and 17. RGB value is (53,2,23). Sum of RGB (Red+Green+Blue) = 53+2+23=78 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.95% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 53 - color contains mainly: red. Hex color #350217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350217 is #CAFDE8. Grayscale: #131313. Windows color (decimal): -13303273 or 1507893. OLE color: 1507893.

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

Color convert

RGB53223-
CMYK00.960.570.79
HSL335.29º92.73%10.78%-
HSV(B)335.29º96.23%20.78%-
XYZ1.640.860.89-
YUV19.64129.9151.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 67.95%
GREEN value IS 2 (1.17% from 255) = 2.56%
BLUE value IS 23 (9.38% from 255) = 29.49%
R=67.95%
G=2.56%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5322300.960.570.79335.2992.7310.78
Hex35217060394F14f5db
Octal6522701407111751713513
Binary110101101011101100000111001100111110100111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350217; }

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

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

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

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

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

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

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

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