#350820

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

Shades of Blackberry #350820

Tints of Blackberry #350820

Color information

#350820 (or 0x350820) is unknown color: approx Blackberry. HEX triplet: 35, 08 and 20. RGB value is (53,8,32). Sum of RGB (Red+Green+Blue) = 53+8+32=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #350820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350820 is #CAF7DF. Grayscale: #181818. Windows color (decimal): -13301728 or 2099253. OLE color: 2099253.

HSL color Cylindrical-coordinate representation of color #350820: hue angle of 328º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #350820 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB53832-
CMYK00.850.400.79
HSL328º73.77%11.96%-
HSV(B)328º84.91%20.78%-
XYZ1.821.031.47-
YUV24.19132.41148.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.99%
GREEN value IS 8 (3.52% from 255) = 8.60%
BLUE value IS 32 (12.89% from 255) = 34.41%
R=56.99%
G=8.60%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5383200.850.400.7932873.7711.96
Hex35820055284F1484ac
Octal65104001255011751011214
Binary110101100010000001010101101000100111110100100010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350820; }

 p { color: rgb(53,8,32); }

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

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

 a { background-color: rgb(53,8,32); }

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

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

 span { border-color: rgb(53,8,32); }

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