Html Css Color HEX #120B04 Black

📋 copy color: '#120B04'

red 18 ◦ green 11 ◦ blue 4

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

Shades of Black #120B04

Tints of Black #120B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 12.12%

R = 54.55%
G = 33.33%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.93

RGB Variations

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

Color information

#120B04 (or 0x120B04) is known color: Black. HEX triplet: 12, 0B and 04. RGB value is (18,11,4). Sum of RGB (Red+Green+Blue) = 18+11+4=33 (4% of max value = 765). Red value is 18 (7.42% from 255 or 54.55% from 33); Green value is 11 (4.69% from 255 or 33.33% from 33); Blue value is 4 (1.95% from 255 or 12.12% from 33); Max value from RGB is 18 - color contains mainly: red. Hex color #120B04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B04 is #EDF4FB. Grayscale: #0C0C0C. Windows color (decimal): -15594748 or 264978. OLE color: 264978.

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

Color convert

RGB 18 11 4 -
CMYK 0 0.39 0.78 0.93
HSL 30º 0.64% 0.04% -
HSV(B) 30º 0.78% 0.07% -
XYZ 0.39 0.38 0.17 -
YUV 12.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 18 11 4 0 0.39 0.78 0.93 30 0.64 0.04
Hex 12 B 4 0 27 4E 5D 1E 40 4
Octal 22 13 4 0 47 116 135 36 100 4
Binary 10010 1011 100 0 100111 1001110 1011101 11110 1000000 100

Color Harmonies of #120B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B04

Black with #120B04

Text Example


Text Example

White with #120B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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