Html Css Color HEX #120801 Black

📋 copy color: '#120801'

red 18 ◦ green 8 ◦ blue 1

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

Shades of Black #120801

Tints of Black #120801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 29.63%

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

R = 66.67%
G = 29.63%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#120801 (or 0x120801) is known color: Black. HEX triplet: 12, 08 and 01. RGB value is (18,8,1). Sum of RGB (Red+Green+Blue) = 18+8+1=27 (3% of max value = 765). Red value is 18 (7.42% from 255 or 66.67% from 27); Green value is 8 (3.52% from 255 or 29.63% from 27); Blue value is 1 (0.78% from 255 or 3.70% from 27); Max value from RGB is 18 - color contains mainly: red. Hex color #120801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120801 is #EDF7FE. Grayscale: #0A0A0A. Windows color (decimal): -15595519 or 67602. OLE color: 67602.

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

Color convert

RGB 18 8 1 -
CMYK 0 0.56 0.94 0.93
HSL 24.71º 0.89% 0.04% -
HSV(B) 24.71º 0.94% 0.07% -
XYZ 0.34 0.3 0.07 -
YUV 10.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 18 8 1 0 0.56 0.94 0.93 24.71 0.89 0.04
Hex 12 8 1 0 38 5E 5D 19 59 4
Octal 22 10 1 0 70 136 135 31 131 4
Binary 10010 1000 1 0 111000 1011110 1011101 11001 1011001 100

Color Harmonies of #120801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120801

Black with #120801

Text Example


Text Example

White with #120801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120801; }

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

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

background-color css

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

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

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

border-color css

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

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

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