Html Css Color HEX #120909 Black

📋 copy color: '#120909'

red 18 ◦ green 9 ◦ blue 9

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

Shades of Black #120909

Tints of Black #120909

RGB

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

 GREEN value IS 9 (3.91% from 255) = 25%

 BLUE value IS 9 (3.91% from 255) = 25%

R = 50%
G = 25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.5

 K value IS 0.93

RGB Variations

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

Color information

#120909 (or 0x120909) is known color: Black. HEX triplet: 12, 09 and 09. RGB value is (18,9,9). Sum of RGB (Red+Green+Blue) = 18+9+9=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 9 (3.91% from 255 or 25% from 36); Blue value is 9 (3.91% from 255 or 25% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #120909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120909 is #EDF6F6. Grayscale: #0B0B0B. Windows color (decimal): -15595255 or 592146. OLE color: 592146.

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

Color convert

RGB 18 9 9 -
CMYK 0 0.5 0.5 0.93
HSL 0.33% 0.05% -
HSV(B) 0.5% 0.07% -
XYZ 0.4 0.34 0.3 -
YUV 11.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 18 9 9 0 0.5 0.5 0.93 0 0.33 0.05
Hex 12 9 9 0 32 32 5D 0 21 5
Octal 22 11 11 0 62 62 135 0 41 5
Binary 10010 1001 1001 0 110010 110010 1011101 0 100001 101

Color Harmonies of #120909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120909

Black with #120909

Text Example


Text Example

White with #120909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120909; }

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

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

background-color css

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

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

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

border-color css

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

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

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