Html Css Color HEX #120B07 Black

📋 copy color: '#120B07'

red 18 ◦ green 11 ◦ blue 7

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

Shades of Black #120B07

Tints of Black #120B07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 19.44%

R = 50%
G = 30.56%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.93

RGB Variations

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

Color information

#120B07 (or 0x120B07) is known color: Black. HEX triplet: 12, 0B and 07. RGB value is (18,11,7). Sum of RGB (Red+Green+Blue) = 18+11+7=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 7 (3.12% from 255 or 19.44% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #120B07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B07 is #EDF4F8. Grayscale: #0C0C0C. Windows color (decimal): -15594745 or 461586. OLE color: 461586.

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

Color convert

RGB 18 11 7 -
CMYK 0 0.39 0.61 0.93
HSL 21.82º 0.44% 0.05% -
HSV(B) 21.82º 0.61% 0.07% -
XYZ 0.41 0.38 0.25 -
YUV 12.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 18 11 7 0 0.39 0.61 0.93 21.82 0.44 0.05
Hex 12 B 7 0 27 3D 5D 16 2C 5
Octal 22 13 7 0 47 75 135 26 54 5
Binary 10010 1011 111 0 100111 111101 1011101 10110 101100 101

Color Harmonies of #120B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B07

Black with #120B07

Text Example


Text Example

White with #120B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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