Html Css Color HEX #120B0B Black

📋 copy color: '#120B0B'

red 18 ◦ green 11 ◦ blue 11

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

Shades of Black #120B0B

Tints of Black #120B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 27.5%

R = 45%
G = 27.5%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.93

RGB Variations

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

Color information

#120B0B (or 0x120B0B) is known color: Black. HEX triplet: 12, 0B and 0B. RGB value is (18,11,11). Sum of RGB (Red+Green+Blue) = 18+11+11=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 18 - color contains mainly: red. Hex color #120B0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B0B is #EDF4F4. Grayscale: #0D0D0D. Windows color (decimal): -15594741 or 723730. OLE color: 723730.

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

Color convert

RGB 18 11 11 -
CMYK 0 0.39 0.39 0.93
HSL 0.24% 0.06% -
HSV(B) 0.39% 0.07% -
XYZ 0.43 0.39 0.37 -
YUV 13.09 126.82 131.5 -
System Red Green Blue C M Y K H S L
Decimal 18 11 11 0 0.39 0.39 0.93 0 0.24 0.06
Hex 12 B B 0 27 27 5D 0 18 6
Octal 22 13 13 0 47 47 135 0 30 6
Binary 10010 1011 1011 0 100111 100111 1011101 0 11000 110

Color Harmonies of #120B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B0B

Black with #120B0B

Text Example


Text Example

White with #120B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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