Html Css Color HEX #120A08 Black

📋 copy color: '#120A08'

red 18 ◦ green 10 ◦ blue 8

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

Shades of Black #120A08

Tints of Black #120A08

RGB

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

 GREEN value IS 10 (4.3% from 255) = 27.78%

 BLUE value IS 8 (3.52% from 255) = 22.22%

R = 50%
G = 27.78%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.93

RGB Variations

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

Color information

#120A08 (or 0x120A08) is known color: Black. HEX triplet: 12, 0A and 08. RGB value is (18,10,8). Sum of RGB (Red+Green+Blue) = 18+10+8=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 10 (4.30% from 255 or 27.78% from 36); Blue value is 8 (3.52% from 255 or 22.22% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #120A08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A08 is #EDF5F7. Grayscale: #0C0C0C. Windows color (decimal): -15595000 or 526866. OLE color: 526866.

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

Color convert

RGB 18 10 8 -
CMYK 0 0.44 0.56 0.93
HSL 12º 0.38% 0.05% -
HSV(B) 12º 0.56% 0.07% -
XYZ 0.4 0.36 0.28 -
YUV 12.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 18 10 8 0 0.44 0.56 0.93 12 0.38 0.05
Hex 12 A 8 0 2C 38 5D C 26 5
Octal 22 12 10 0 54 70 135 14 46 5
Binary 10010 1010 1000 0 101100 111000 1011101 1100 100110 101

Color Harmonies of #120A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120A08

Black with #120A08

Text Example


Text Example

White with #120A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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