#350016

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

Shades of Blackberry #350016

Tints of Blackberry #350016

Color information

#350016 (or 0x350016) is unknown color: approx Blackberry. HEX triplet: 35, 00 and 16. RGB value is (53,0,22). Sum of RGB (Red+Green+Blue) = 53+0+22=75 (9% of max value = 765). Red value is 53 (21.09% from 255 or 70.67% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 22 (8.98% from 255 or 29.33% from 75); Max value from RGB is 53 - color contains mainly: red. Hex color #350016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350016 is #CAFFE9. Grayscale: #121212. Windows color (decimal): -13303786 or 1441845. OLE color: 1441845.

HSL color Cylindrical-coordinate representation of color #350016: hue angle of 335.09º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350016 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB53022-
CMYK010.580.79
HSL335.09º100%10.39%-
HSV(B)335.09º100%20.78%-
XYZ1.610.810.83-
YUV18.36130.06152.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 70.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 29.33%
R=70.67%
G=0%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53022010.580.79335.0910010.39
Hex350160643A4F14f64a
Octal6502601447211751714412
Binary11010101011001100100111010100111110100111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350016; }

 p { color: rgb(53,0,22); }

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

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

 a { background-color: rgb(53,0,22); }

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

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

 span { border-color: rgb(53,0,22); }

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