Html Css Color HEX #121008 Maire

📋 copy color: '#121008'

red 18 ◦ green 16 ◦ blue 8

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

Shades of Maire #121008

Tints of Maire #121008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 19.05%

R = 42.86%
G = 38.1%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.93

RGB Variations

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

Color information

#121008 (or 0x121008) is known color: Maire. HEX triplet: 12, 10 and 08. RGB value is (18,16,8). Sum of RGB (Red+Green+Blue) = 18+16+8=42 (5% of max value = 765). Red value is 18 (7.42% from 255 or 42.86% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 8 (3.52% from 255 or 19.05% from 42); Max value from RGB is 18 - color contains mainly: red. Hex color #121008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121008 is #EDEFF7. Grayscale: #0F0F0F. Windows color (decimal): -15593464 or 528402. OLE color: 528402.

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

Color convert

RGB 18 16 8 -
CMYK 0 0.11 0.56 0.93
HSL 48º 0.38% 0.05% -
HSV(B) 48º 0.56% 0.07% -
XYZ 0.48 0.52 0.3 -
YUV 15.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 18 16 8 0 0.11 0.56 0.93 48 0.38 0.05
Hex 12 10 8 0 B 38 5D 30 26 5
Octal 22 20 10 0 13 70 135 60 46 5
Binary 10010 10000 1000 0 1011 111000 1011101 110000 100110 101

Color Harmonies of #121008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121008

Black with #121008

Text Example


Text Example

White with #121008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121008; }

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

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

background-color css

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

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

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

border-color css

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

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

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