Html Css Color HEX #120B03 Black

📋 copy color: '#120B03'

red 18 ◦ green 11 ◦ blue 3

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

Shades of Black #120B03

Tints of Black #120B03

RGB

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

 GREEN value IS 11 (4.69% from 255) = 34.38%

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

R = 56.25%
G = 34.38%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.93

RGB Variations

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

Color information

#120B03 (or 0x120B03) is known color: Black. HEX triplet: 12, 0B and 03. RGB value is (18,11,3). Sum of RGB (Red+Green+Blue) = 18+11+3=32 (4% of max value = 765). Red value is 18 (7.42% from 255 or 56.25% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 3 (1.56% from 255 or 9.38% from 32); Max value from RGB is 18 - color contains mainly: red. Hex color #120B03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B03 is #EDF4FC. Grayscale: #0C0C0C. Windows color (decimal): -15594749 or 199442. OLE color: 199442.

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

Color convert

RGB 18 11 3 -
CMYK 0 0.39 0.83 0.93
HSL 32º 0.71% 0.04% -
HSV(B) 32º 0.83% 0.07% -
XYZ 0.39 0.37 0.14 -
YUV 12.18 122.82 132.15 -
System Red Green Blue C M Y K H S L
Decimal 18 11 3 0 0.39 0.83 0.93 32 0.71 0.04
Hex 12 B 3 0 27 53 5D 20 47 4
Octal 22 13 3 0 47 123 135 40 107 4
Binary 10010 1011 11 0 100111 1010011 1011101 100000 1000111 100

Color Harmonies of #120B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B03

Black with #120B03

Text Example


Text Example

White with #120B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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