Html Css Color HEX #121006 Maire

📋 copy color: '#121006'

red 18 ◦ green 16 ◦ blue 6

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

Shades of Maire #121006

Tints of Maire #121006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 15%

R = 45%
G = 40%
B = 15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.93

RGB Variations

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

Color information

#121006 (or 0x121006) is known color: Maire. HEX triplet: 12, 10 and 06. RGB value is (18,16,6). Sum of RGB (Red+Green+Blue) = 18+16+6=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 6 (2.73% from 255 or 15% from 40); Max value from RGB is 18 - color contains mainly: red. Hex color #121006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121006 is #EDEFF9. Grayscale: #0F0F0F. Windows color (decimal): -15593466 or 397330. OLE color: 397330.

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

Color convert

RGB 18 16 6 -
CMYK 0 0.11 0.67 0.93
HSL 50º 0.5% 0.05% -
HSV(B) 50º 0.67% 0.07% -
XYZ 0.47 0.51 0.25 -
YUV 15.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 18 16 6 0 0.11 0.67 0.93 50 0.5 0.05
Hex 12 10 6 0 B 43 5D 32 32 5
Octal 22 20 6 0 13 103 135 62 62 5
Binary 10010 10000 110 0 1011 1000011 1011101 110010 110010 101

Color Harmonies of #121006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121006

Black with #121006

Text Example


Text Example

White with #121006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121006; }

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

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

background-color css

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

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

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

border-color css

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

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

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