Html Css Color HEX #120703 Black

📋 copy color: '#120703'

red 18 ◦ green 7 ◦ blue 3

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

Shades of Black #120703

Tints of Black #120703

RGB

 RED value IS 18 (7.42% from 255) = 64.29%

 GREEN value IS 7 (3.13% from 255) = 25%

 BLUE value IS 3 (1.56% from 255) = 10.71%

R = 64.29%
G = 25%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.93

RGB Variations

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

Color information

#120703 (or 0x120703) is known color: Black. HEX triplet: 12, 07 and 03. RGB value is (18,7,3). Sum of RGB (Red+Green+Blue) = 18+7+3=28 (3% of max value = 765). Red value is 18 (7.42% from 255 or 64.29% from 28); Green value is 7 (3.12% from 255 or 25% from 28); Blue value is 3 (1.56% from 255 or 10.71% from 28); Max value from RGB is 18 - color contains mainly: red. Hex color #120703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120703 is #EDF8FC. Grayscale: #090909. Windows color (decimal): -15595773 or 198418. OLE color: 198418.

HSL color Cylindrical-coordinate representation of color #120703: hue angle of 16º 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 #120703 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 7 3 -
CMYK 0 0.61 0.83 0.93
HSL 16º 0.71% 0.04% -
HSV(B) 16º 0.83% 0.07% -
XYZ 0.34 0.29 0.12 -
YUV 9.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 18 7 3 0 0.61 0.83 0.93 16 0.71 0.04
Hex 12 7 3 0 3D 53 5D 10 47 4
Octal 22 7 3 0 75 123 135 20 107 4
Binary 10010 111 11 0 111101 1010011 1011101 10000 1000111 100

Color Harmonies of #120703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120703

Black with #120703

Text Example


Text Example

White with #120703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120703; }

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

 H1.HeaderClassName
 {
   color: #120703;
 }
 .AnyTagClassName
 {
   color: #120703;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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