Html Css Color HEX #120B0A Black

📋 copy color: '#120B0A'

red 18 ◦ green 11 ◦ blue 10

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

Shades of Black #120B0A

Tints of Black #120B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 25.64%

R = 46.15%
G = 28.21%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.93

RGB Variations

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

Color information

#120B0A (or 0x120B0A) is known color: Black. HEX triplet: 12, 0B and 0A. RGB value is (18,11,10). Sum of RGB (Red+Green+Blue) = 18+11+10=39 (5% of max value = 765). Red value is 18 (7.42% from 255 or 46.15% from 39); Green value is 11 (4.69% from 255 or 28.21% from 39); Blue value is 10 (4.30% from 255 or 25.64% from 39); Max value from RGB is 18 - color contains mainly: red. Hex color #120B0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B0A is #EDF4F5. Grayscale: #0C0C0C. Windows color (decimal): -15594742 or 658194. OLE color: 658194.

HSL color Cylindrical-coordinate representation of color #120B0A: hue angle of 7.5º degrees, saturation: 0.29, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #120B0A is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 11 10 -
CMYK 0 0.39 0.44 0.93
HSL 7.5º 0.29% 0.05% -
HSV(B) 7.5º 0.44% 0.07% -
XYZ 0.42 0.39 0.34 -
YUV 12.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 18 11 10 0 0.39 0.44 0.93 7.5 0.29 0.05
Hex 12 B A 0 27 2C 5D 8 1D 5
Octal 22 13 12 0 47 54 135 10 35 5
Binary 10010 1011 1010 0 100111 101100 1011101 1000 11101 101

Color Harmonies of #120B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B0A

Black with #120B0A

Text Example


Text Example

White with #120B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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