#200114

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

Shades of Blackberry #200114

Tints of Blackberry #200114

Color information

#200114 (or 0x200114) is unknown color: approx Blackberry. HEX triplet: 20, 01 and 14. RGB value is (32,1,20). Sum of RGB (Red+Green+Blue) = 32+1+20=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #200114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200114 is #DFFEEB. Grayscale: #0C0C0C. Windows color (decimal): -14679788 or 1311008. OLE color: 1311008.

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

Color convert

RGB32120-
CMYK00.970.370.87
HSL323.23º93.94%6.47%-
HSV(B)323.23º96.88%12.55%-
XYZ0.730.380.7-
YUV12.43132.27141.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 60.38%
GREEN value IS 1 (0.78% from 255) = 1.89%
BLUE value IS 20 (8.20% from 255) = 37.74%
R=60.38%
G=1.89%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.37
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3212000.970.370.87323.2393.946.47
Hex2011406125571435e6
Octal401240141451275031366
Binary1000001101000110000110010110101111010000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200114; }

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

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

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

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

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

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

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

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