Html Css Color HEX #120805 Black

📋 copy color: '#120805'

red 18 ◦ green 8 ◦ blue 5

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

Shades of Black #120805

Tints of Black #120805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 16.13%

R = 58.06%
G = 25.81%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.93

RGB Variations

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

Color information

#120805 (or 0x120805) is known color: Black. HEX triplet: 12, 08 and 05. RGB value is (18,8,5). Sum of RGB (Red+Green+Blue) = 18+8+5=31 (4% of max value = 765). Red value is 18 (7.42% from 255 or 58.06% from 31); Green value is 8 (3.52% from 255 or 25.81% from 31); Blue value is 5 (2.34% from 255 or 16.13% from 31); Max value from RGB is 18 - color contains mainly: red. Hex color #120805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120805 is #EDF7FA. Grayscale: #0A0A0A. Windows color (decimal): -15595515 or 329746. OLE color: 329746.

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

Color convert

RGB 18 8 5 -
CMYK 0 0.56 0.72 0.93
HSL 13.85º 0.57% 0.05% -
HSV(B) 13.85º 0.72% 0.07% -
XYZ 0.36 0.31 0.18 -
YUV 10.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 18 8 5 0 0.56 0.72 0.93 13.85 0.57 0.05
Hex 12 8 5 0 38 48 5D E 39 5
Octal 22 10 5 0 70 110 135 16 71 5
Binary 10010 1000 101 0 111000 1001000 1011101 1110 111001 101

Color Harmonies of #120805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120805

Black with #120805

Text Example


Text Example

White with #120805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120805; }

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

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

background-color css

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

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

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

border-color css

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

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

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