#200914

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

Shades of Blackberry #200914

Tints of Blackberry #200914

Color information

#200914 (or 0x200914) is unknown color: approx Blackberry. HEX triplet: 20, 09 and 14. RGB value is (32,9,20). Sum of RGB (Red+Green+Blue) = 32+9+20=61 (8% of max value = 765). Red value is 32 (12.89% from 255 or 52.46% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 20 (8.20% from 255 or 32.79% from 61); Max value from RGB is 32 - color contains mainly: red. Hex color #200914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200914 is #DFF6EB. Grayscale: #111111. Windows color (decimal): -14677740 or 1313056. OLE color: 1313056.

HSL color Cylindrical-coordinate representation of color #200914: hue angle of 331.3º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #200914 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.87.

Color convert

RGB32920-
CMYK00.720.370.87
HSL331.3º56.1%8.04%-
HSV(B)331.3º71.88%12.55%-
XYZ0.820.550.73-
YUV17.13129.62138.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 52.46%
GREEN value IS 9 (3.91% from 255) = 14.75%
BLUE value IS 20 (8.20% from 255) = 32.79%
R=52.46%
G=14.75%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3292000.720.370.87331.356.18.04
Hex20914048255714b388
Octal4011240110451275137010
Binary1000001001101000100100010010110101111010010111110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200914; }

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

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

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

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

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

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

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

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