Html Css Color HEX #120503 Black

📋 copy color: '#120503'

red 18 ◦ green 5 ◦ blue 3

#120503
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #120503

Tints of Black #120503

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 value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.93

RGB Variations

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

Color information

#120503 (or 0x120503) is known color: 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

RGB 18 5 3 -
CMYK 0 0.72 0.83 0.93
HSL 0.71% 0.04% -
HSV(B) 0.83% 0.07% -
XYZ 0.32 0.24 0.12 -
YUV 8.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 18 5 3 0 0.72 0.83 0.93 8 0.71 0.04
Hex 12 5 3 0 48 53 5D 8 47 4
Octal 22 5 3 0 110 123 135 10 107 4
Binary 10010 101 11 0 1001000 1010011 1011101 1000 1000111 100

Color Harmonies of #120503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120503

Black with #120503

Text Example


Text Example

White with #120503

Text Example


Text Example

HTML Codes & Css Web 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>