#200316

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

Shades of Blackberry #200316

Tints of Blackberry #200316

Color information

#200316 (or 0x200316) is unknown color: approx Blackberry. HEX triplet: 20, 03 and 16. RGB value is (32,3,22). Sum of RGB (Red+Green+Blue) = 32+3+22=57 (7% of max value = 765). Red value is 32 (12.89% from 255 or 56.14% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 22 (8.98% from 255 or 38.60% from 57); Max value from RGB is 32 - color contains mainly: red. Hex color #200316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200316 is #DFFCE9. Grayscale: #0D0D0D. Windows color (decimal): -14679274 or 1442592. OLE color: 1442592.

HSL color Cylindrical-coordinate representation of color #200316: hue angle of 320.69º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200316 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.87.

Color convert

RGB32322-
CMYK00.910.310.87
HSL320.69º82.86%6.86%-
HSV(B)320.69º90.62%12.55%-
XYZ0.770.430.8-
YUV13.84132.61140.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 56.14%
GREEN value IS 3 (1.56% from 255) = 5.26%
BLUE value IS 22 (8.98% from 255) = 38.60%
R=56.14%
G=5.26%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3232200.910.310.87320.6982.866.86
Hex2031605B1F57141537
Octal403260133371275011237
Binary1000001110110010110111111110101111010000011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200316; }

 p { color: rgb(32,3,22); }

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

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

 a { background-color: rgb(32,3,22); }

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

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

 span { border-color: rgb(32,3,22); }

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