Html Css Color HEX #121307 Maire

📋 copy color: '#121307'

red 18 ◦ green 19 ◦ blue 7

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

Shades of Maire #121307

Tints of Maire #121307

RGB

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

 GREEN value IS 19 (7.81% from 255) = 43.18%

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

R = 40.91%
G = 43.18%
B = 15.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.93

RGB Variations

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

Color information

#121307 (or 0x121307) is known color: Maire. HEX triplet: 12, 13 and 07. RGB value is (18,19,7). Sum of RGB (Red+Green+Blue) = 18+19+7=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 7 (3.12% from 255 or 15.91% from 44); Max value from RGB is 19 - color contains mainly: green. Hex color #121307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121307 is #EDECF8. Grayscale: #111111. Windows color (decimal): -15592697 or 463634. OLE color: 463634.

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

Color convert

RGB 18 19 7 -
CMYK 0.05 0 0.63 0.93
HSL 65º 0.46% 0.05% -
HSV(B) 65º 0.63% 0.07% -
XYZ 0.52 0.61 0.29 -
YUV 17.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 18 19 7 0.05 0 0.63 0.93 65 0.46 0.05
Hex 12 13 7 5 0 3F 5D 41 2E 5
Octal 22 23 7 5 0 77 135 101 56 5
Binary 10010 10011 111 101 0 111111 1011101 1000001 101110 101

Color Harmonies of #121307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121307

Black with #121307

Text Example


Text Example

White with #121307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121307; }

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

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

background-color css

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

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

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

border-color css

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

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

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