#120503

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

Shades of Black #120503

Tints of Black #120503

Color information

#120503 (or 0x120503) is unknown color: approx Black. HEX triplet: 12, 05 and 03. RGB value is (18,5,3). Sum of RGB (Red+Green+Blue) = 18+5+3=26 (3% of max value = 765). Red value is 18 (7.42% from 255 or 69.23% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 3 (1.56% from 255 or 11.54% from 26); Max value from RGB is 18 - color contains mainly: red. Hex color #120503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120503 is #EDFAFC. Grayscale: #080808. Windows color (decimal): -15596285 or 197906. OLE color: 197906.

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

Color convert

RGB1853-
CMYK00.720.830.93
HSL71.43%4.12%-
HSV(B)83.33%7.06%-
XYZ0.320.240.12-
YUV8.66124.81134.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 69.23%
GREEN value IS 5 (2.34% from 255) = 19.23%
BLUE value IS 3 (1.56% from 255) = 11.54%
R=69.23%
G=19.23%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.83
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal185300.720.830.93871.434.12
Hex1253048535D8474
Octal22530110123135101074
Binary1001010111010010001010011101110110001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120503; }

 p { color: rgb(18,5,3); }

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

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

 a { background-color: rgb(18,5,3); }

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

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

 span { border-color: rgb(18,5,3); }

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