Html Css Color HEX #120504 Black

📋 copy color: '#120504'

red 18 ◦ green 5 ◦ blue 4

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

Shades of Black #120504

Tints of Black #120504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 18.52%

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

R = 66.67%
G = 18.52%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.93

RGB Variations

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

Color information

#120504 (or 0x120504) is known color: Black. HEX triplet: 12, 05 and 04. RGB value is (18,5,4). Sum of RGB (Red+Green+Blue) = 18+5+4=27 (3% of max value = 765). Red value is 18 (7.42% from 255 or 66.67% from 27); Green value is 5 (2.34% from 255 or 18.52% from 27); Blue value is 4 (1.95% from 255 or 14.81% from 27); Max value from RGB is 18 - color contains mainly: red. Hex color #120504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120504 is #EDFAFB. Grayscale: #080808. Windows color (decimal): -15596284 or 263442. OLE color: 263442.

HSL color Cylindrical-coordinate representation of color #120504: hue angle of 4.29º 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 #120504 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 5 4 -
CMYK 0 0.72 0.78 0.93
HSL 4.29º 0.64% 0.04% -
HSV(B) 4.29º 0.78% 0.07% -
XYZ 0.33 0.25 0.15 -
YUV 8.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 18 5 4 0 0.72 0.78 0.93 4.29 0.64 0.04
Hex 12 5 4 0 48 4E 5D 4 40 4
Octal 22 5 4 0 110 116 135 4 100 4
Binary 10010 101 100 0 1001000 1001110 1011101 100 1000000 100

Color Harmonies of #120504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120504

Black with #120504

Text Example


Text Example

White with #120504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120504; }

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

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

background-color css

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

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

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

border-color css

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

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

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