#350920

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

Shades of Blackberry #350920

Tints of Blackberry #350920

Color information

#350920 (or 0x350920) is unknown color: approx Blackberry. HEX triplet: 35, 09 and 20. RGB value is (53,9,32). Sum of RGB (Red+Green+Blue) = 53+9+32=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #350920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350920 is #CAF6DF. Grayscale: #181818. Windows color (decimal): -13301472 or 2099509. OLE color: 2099509.

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

Color convert

RGB53932-
CMYK00.830.400.79
HSL328.64º70.97%12.16%-
HSV(B)328.64º83.02%20.78%-
XYZ1.831.061.47-
YUV24.78132.08148.13-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.38%
GREEN value IS 9 (3.91% from 255) = 9.57%
BLUE value IS 32 (12.89% from 255) = 34.04%
R=56.38%
G=9.57%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5393200.830.400.79328.6470.9712.16
Hex35920053284F14947c
Octal65114001235011751110714
Binary110101100110000001010011101000100111110100100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350920; }

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

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

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

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

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

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

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

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