#120100

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

Shades of Black #120100

Tints of Black #120100

Color information

#120100 (or 0x120100) is unknown color: approx Black. HEX triplet: 12, 01 and 00. RGB value is (18,1,0). Sum of RGB (Red+Green+Blue) = 18+1+0=19 (2% of max value = 765). Red value is 18 (7.42% from 255 or 94.74% from 19); Green value is 1 (0.78% from 255 or 5.26% from 19); Blue value is 0 (0.39% from 255 or 0% from 19); Max value from RGB is 18 - color contains mainly: red. Hex color #120100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120100 is #EDFEFF. Grayscale: #050505. Windows color (decimal): -15597312 or 274. OLE color: 274.

HSL color Cylindrical-coordinate representation of color #120100: hue angle of 3.33º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120100 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB1810-
CMYK00.9410.93
HSL3.33º100%3.53%-
HSV(B)3.33º100%7.06%-
XYZ0.260.150.02-
YUV5.97124.63136.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 94.74%
GREEN value IS 1 (0.78% from 255) = 5.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.74%
G=5.26%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal181000.9410.933.331003.53
Hex121005E645D3644
Octal2210013614413531444
Binary10010100101111011001001011101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120100; }

 p { color: rgb(18,1,0); }

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

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

 a { background-color: rgb(18,1,0); }

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

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

 span { border-color: rgb(18,1,0); }

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