Html Css Color HEX #121007 Maire

📋 copy color: '#121007'

red 18 ◦ green 16 ◦ blue 7

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

Shades of Maire #121007

Tints of Maire #121007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 17.07%

R = 43.9%
G = 39.02%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.93

RGB Variations

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

Color information

#121007 (or 0x121007) is known color: Maire. HEX triplet: 12, 10 and 07. RGB value is (18,16,7). Sum of RGB (Red+Green+Blue) = 18+16+7=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 7 (3.12% from 255 or 17.07% from 41); Max value from RGB is 18 - color contains mainly: red. Hex color #121007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121007 is #EDEFF8. Grayscale: #0F0F0F. Windows color (decimal): -15593465 or 462866. OLE color: 462866.

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

Color convert

RGB 18 16 7 -
CMYK 0 0.11 0.61 0.93
HSL 49.09º 0.44% 0.05% -
HSV(B) 49.09º 0.61% 0.07% -
XYZ 0.47 0.51 0.28 -
YUV 15.57 123.16 129.73 -
System Red Green Blue C M Y K H S L
Decimal 18 16 7 0 0.11 0.61 0.93 49.09 0.44 0.05
Hex 12 10 7 0 B 3D 5D 31 2C 5
Octal 22 20 7 0 13 75 135 61 54 5
Binary 10010 10000 111 0 1011 111101 1011101 110001 101100 101

Color Harmonies of #121007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121007

Black with #121007

Text Example


Text Example

White with #121007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121007; }

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

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

background-color css

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

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

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

border-color css

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

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

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