#120504

Color #120504 Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #120504

Tints of Black #120504

Color information

#120504 (or 0x120504) is unknown color: approx 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

RGB1854-
CMYK00.720.780.93
HSL4.29º63.64%4.31%-
HSV(B)4.29º77.78%7.06%-
XYZ0.330.250.15-
YUV8.77125.31134.58-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal185400.720.780.934.2963.644.31
Hex12540484E5D4404
Octal2254011011613541004
Binary1001010110001001000100111010111011001000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>