Html Css Color HEX #120903 Black

📋 copy color: '#120903'

red 18 ◦ green 9 ◦ blue 3

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

Shades of Black #120903

Tints of Black #120903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 10%

R = 60%
G = 30%
B = 10%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.83

 K value IS 0.93

RGB Variations

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

Color information

#120903 (or 0x120903) is known color: Black. HEX triplet: 12, 09 and 03. RGB value is (18,9,3). Sum of RGB (Red+Green+Blue) = 18+9+3=30 (3% of max value = 765). Red value is 18 (7.42% from 255 or 60% from 30); Green value is 9 (3.91% from 255 or 30% from 30); Blue value is 3 (1.56% from 255 or 10% from 30); Max value from RGB is 18 - color contains mainly: red. Hex color #120903 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120903 is #EDF6FC. Grayscale: #0B0B0B. Windows color (decimal): -15595261 or 198930. OLE color: 198930.

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

Color convert

RGB 18 9 3 -
CMYK 0 0.5 0.83 0.93
HSL 24º 0.71% 0.04% -
HSV(B) 24º 0.83% 0.07% -
XYZ 0.36 0.33 0.13 -
YUV 11.01 123.48 132.99 -
System Red Green Blue C M Y K H S L
Decimal 18 9 3 0 0.5 0.83 0.93 24 0.71 0.04
Hex 12 9 3 0 32 53 5D 18 47 4
Octal 22 11 3 0 62 123 135 30 107 4
Binary 10010 1001 11 0 110010 1010011 1011101 11000 1000111 100

Color Harmonies of #120903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120903

Black with #120903

Text Example


Text Example

White with #120903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120903; }

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

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

background-color css

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

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

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

border-color css

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

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

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