#200117

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

Shades of Blackberry #200117

Tints of Blackberry #200117

Color information

#200117 (or 0x200117) is unknown color: approx Blackberry. HEX triplet: 20, 01 and 17. RGB value is (32,1,23). Sum of RGB (Red+Green+Blue) = 32+1+23=56 (7% of max value = 765). Red value is 32 (12.89% from 255 or 57.14% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 23 (9.38% from 255 or 41.07% from 56); Max value from RGB is 32 - color contains mainly: red. Hex color #200117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200117 is #DFFEE8. Grayscale: #0C0C0C. Windows color (decimal): -14679785 or 1507616. OLE color: 1507616.

HSL color Cylindrical-coordinate representation of color #200117: hue angle of 317.42º 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 #200117 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.87.

Color convert

RGB32123-
CMYK00.970.280.87
HSL317.42º93.94%6.47%-
HSV(B)317.42º96.88%12.55%-
XYZ0.760.390.85-
YUV12.78133.77141.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 57.14%
GREEN value IS 1 (0.78% from 255) = 1.79%
BLUE value IS 23 (9.38% from 255) = 41.07%
R=57.14%
G=1.79%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.28
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3212300.970.280.87317.4293.946.47
Hex201170611C5713d5e6
Octal401270141341274751366
Binary100000110111011000011110010101111001111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200117; }

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

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

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

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

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

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

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

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