Html Css Color HEX #121005 Maire

📋 copy color: '#121005'

red 18 ◦ green 16 ◦ blue 5

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

Shades of Maire #121005

Tints of Maire #121005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 41.03%

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

R = 46.15%
G = 41.03%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.93

RGB Variations

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

Color information

#121005 (or 0x121005) is known color: Maire. HEX triplet: 12, 10 and 05. RGB value is (18,16,5). Sum of RGB (Red+Green+Blue) = 18+16+5=39 (5% of max value = 765). Red value is 18 (7.42% from 255 or 46.15% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 5 (2.34% from 255 or 12.82% from 39); Max value from RGB is 18 - color contains mainly: red. Hex color #121005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121005 is #EDEFFA. Grayscale: #0F0F0F. Windows color (decimal): -15593467 or 331794. OLE color: 331794.

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

Color convert

RGB 18 16 5 -
CMYK 0 0.11 0.72 0.93
HSL 50.77º 0.57% 0.05% -
HSV(B) 50.77º 0.72% 0.07% -
XYZ 0.46 0.51 0.22 -
YUV 15.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 18 16 5 0 0.11 0.72 0.93 50.77 0.57 0.05
Hex 12 10 5 0 B 48 5D 33 39 5
Octal 22 20 5 0 13 110 135 63 71 5
Binary 10010 10000 101 0 1011 1001000 1011101 110011 111001 101

Color Harmonies of #121005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121005

Black with #121005

Text Example


Text Example

White with #121005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121005; }

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

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

background-color css

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

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

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

border-color css

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

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

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