#121114

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

Shades of Haiti #121114

Tints of Haiti #121114

Color information

#121114 (or 0x121114) is unknown color: approx Haiti. HEX triplet: 12, 11 and 14. RGB value is (18,17,20). Sum of RGB (Red+Green+Blue) = 18+17+20=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 20 - color contains mainly: blue. Hex color #121114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121114 is #EDEEEB. Grayscale: #111111. Windows color (decimal): -15593196 or 1315090. OLE color: 1315090.

HSL color Cylindrical-coordinate representation of color #121114: hue angle of 260º degrees, saturation: 0.08, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #121114 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB181720-
CMYK0.100.1500.92
HSL260º8.11%7.25%-
HSV(B)260º15%7.84%-
XYZ0.580.580.74-
YUV17.64129.33128.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.73%
GREEN value IS 17 (7.03% from 255) = 30.91%
BLUE value IS 20 (8.20% from 255) = 36.36%
R=32.73%
G=30.91%
B=36.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1817200.100.1500.922608.117.25
Hex121114AF05C10487
Octal22212412170134404107
Binary10010100011010010101111010111001000001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121114; }

 p { color: rgb(18,17,20); }

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

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

 a { background-color: rgb(18,17,20); }

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

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

 span { border-color: rgb(18,17,20); }

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