Html Css Color HEX #120501 Black

📋 copy color: '#120501'

red 18 ◦ green 5 ◦ blue 1

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

Shades of Black #120501

Tints of Black #120501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 4.17%

R = 75%
G = 20.83%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#120501 (or 0x120501) is known color: Black. HEX triplet: 12, 05 and 01. RGB value is (18,5,1). Sum of RGB (Red+Green+Blue) = 18+5+1=24 (3% of max value = 765). Red value is 18 (7.42% from 255 or 75% from 24); Green value is 5 (2.34% from 255 or 20.83% from 24); Blue value is 1 (0.78% from 255 or 4.17% from 24); Max value from RGB is 18 - color contains mainly: red. Hex color #120501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120501 is #EDFAFE. Grayscale: #080808. Windows color (decimal): -15596287 or 66834. OLE color: 66834.

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

Color convert

RGB 18 5 1 -
CMYK 0 0.72 0.94 0.93
HSL 14.12º 0.89% 0.04% -
HSV(B) 14.12º 0.94% 0.07% -
XYZ 0.31 0.24 0.06 -
YUV 8.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 18 5 1 0 0.72 0.94 0.93 14.12 0.89 0.04
Hex 12 5 1 0 48 5E 5D E 59 4
Octal 22 5 1 0 110 136 135 16 131 4
Binary 10010 101 1 0 1001000 1011110 1011101 1110 1011001 100

Color Harmonies of #120501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120501

Black with #120501

Text Example


Text Example

White with #120501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120501; }

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

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

background-color css

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

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

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

border-color css

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

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

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