Html Css Color HEX #120603 Black

📋 copy color: '#120603'

red 18 ◦ green 6 ◦ blue 3

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

Shades of Black #120603

Tints of Black #120603

RGB

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

 GREEN value IS 6 (2.73% from 255) = 22.22%

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

R = 66.67%
G = 22.22%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.93

RGB Variations

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

Color information

#120603 (or 0x120603) is known color: Black. HEX triplet: 12, 06 and 03. RGB value is (18,6,3). Sum of RGB (Red+Green+Blue) = 18+6+3=27 (3% of max value = 765). Red value is 18 (7.42% from 255 or 66.67% from 27); Green value is 6 (2.73% from 255 or 22.22% from 27); Blue value is 3 (1.56% from 255 or 11.11% from 27); Max value from RGB is 18 - color contains mainly: red. Hex color #120603 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120603 is #EDF9FC. Grayscale: #090909. Windows color (decimal): -15596029 or 198162. OLE color: 198162.

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

Color convert

RGB 18 6 3 -
CMYK 0 0.67 0.83 0.93
HSL 12º 0.71% 0.04% -
HSV(B) 12º 0.83% 0.07% -
XYZ 0.33 0.27 0.12 -
YUV 9.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 18 6 3 0 0.67 0.83 0.93 12 0.71 0.04
Hex 12 6 3 0 43 53 5D C 47 4
Octal 22 6 3 0 103 123 135 14 107 4
Binary 10010 110 11 0 1000011 1010011 1011101 1100 1000111 100

Color Harmonies of #120603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120603

Black with #120603

Text Example


Text Example

White with #120603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120603; }

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

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

background-color css

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

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

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

border-color css

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

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

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