Html Css Color HEX #120D0D Black

📋 copy color: '#120D0D'

red 18 ◦ green 13 ◦ blue 13

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

Shades of Black #120D0D

Tints of Black #120D0D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 29.55%

 BLUE value IS 13 (5.47% from 255) = 29.55%

R = 40.91%
G = 29.55%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.93

RGB Variations

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

Color information

#120D0D (or 0x120D0D) is known color: Black. HEX triplet: 12, 0D and 0D. RGB value is (18,13,13). Sum of RGB (Red+Green+Blue) = 18+13+13=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 13 (5.47% from 255 or 29.55% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 18 - color contains mainly: red. Hex color #120D0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D0D is #EDF2F2. Grayscale: #0E0E0E. Windows color (decimal): -15594227 or 855314. OLE color: 855314.

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

Color convert

RGB 18 13 13 -
CMYK 0 0.28 0.28 0.93
HSL 0.16% 0.06% -
HSV(B) 0.28% 0.07% -
XYZ 0.47 0.45 0.44 -
YUV 14.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 18 13 13 0 0.28 0.28 0.93 0 0.16 0.06
Hex 12 D D 0 1C 1C 5D 0 10 6
Octal 22 15 15 0 34 34 135 0 20 6
Binary 10010 1101 1101 0 11100 11100 1011101 0 10000 110

Color Harmonies of #120D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120D0D

Black with #120D0D

Text Example


Text Example

White with #120D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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