#120500

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

Shades of Black #120500

Tints of Black #120500

Color information

#120500 (or 0x120500) is unknown color: approx Black. HEX triplet: 12, 05 and 00. RGB value is (18,5,0). Sum of RGB (Red+Green+Blue) = 18+5+0=23 (3% of max value = 765). Red value is 18 (7.42% from 255 or 78.26% from 23); Green value is 5 (2.34% from 255 or 21.74% from 23); Blue value is 0 (0.39% from 255 or 0% from 23); Max value from RGB is 18 - color contains mainly: red. Hex color #120500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120500 is #EDFAFF. Grayscale: #080808. Windows color (decimal): -15596288 or 1298. OLE color: 1298.

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

Color convert

RGB1850-
CMYK00.7210.93
HSL16.67º100%3.53%-
HSV(B)16.67º100%7.06%-
XYZ0.30.240.03-
YUV8.32123.31134.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 78.26%
GREEN value IS 5 (2.34% from 255) = 21.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.26%
G=21.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal185000.7210.9316.671003.53
Hex1250048645D11644
Octal22500110144135211444
Binary1001010100100100011001001011101100011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120500; }

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

 H1.HeaderClassName
 {
   color: #120500;
 }
 .AnyTagClassName
 {
   color: #120500;
 }
</style>
background-color css

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

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

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

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

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

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