Html Css Color HEX #121207 Maire

📋 copy color: '#121207'

red 18 ◦ green 18 ◦ blue 7

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

Shades of Maire #121207

Tints of Maire #121207

RGB

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

 GREEN value IS 18 (7.42% from 255) = 41.86%

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

R = 41.86%
G = 41.86%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.61

 K value IS 0.93

RGB Variations

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

Color information

#121207 (or 0x121207) is known color: Maire. HEX triplet: 12, 12 and 07. RGB value is (18,18,7). Sum of RGB (Red+Green+Blue) = 18+18+7=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 7 (3.12% from 255 or 16.28% from 43); Max value from RGB is 18 - color contains mainly: red, green. Hex color #121207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121207 is #EDEDF8. Grayscale: #101010. Windows color (decimal): -15592953 or 463378. OLE color: 463378.

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

Color convert

RGB 18 18 7 -
CMYK 0 0 0.61 0.93
HSL 60º 0.44% 0.05% -
HSV(B) 60º 0.61% 0.07% -
XYZ 0.5 0.58 0.29 -
YUV 16.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 18 18 7 0 0 0.61 0.93 60 0.44 0.05
Hex 12 12 7 0 0 3D 5D 3C 2C 5
Octal 22 22 7 0 0 75 135 74 54 5
Binary 10010 10010 111 0 0 111101 1011101 111100 101100 101

Color Harmonies of #121207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121207

Black with #121207

Text Example


Text Example

White with #121207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121207; }

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

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

background-color css

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

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

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

border-color css

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

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

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