Html Css Color HEX #121002 Maire

📋 copy color: '#121002'

red 18 ◦ green 16 ◦ blue 2

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

Shades of Maire #121002

Tints of Maire #121002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 5.56%

R = 50%
G = 44.44%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#121002 (or 0x121002) is known color: Maire. HEX triplet: 12, 10 and 02. RGB value is (18,16,2). Sum of RGB (Red+Green+Blue) = 18+16+2=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 16 (6.64% from 255 or 44.44% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #121002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121002 is #EDEFFD. Grayscale: #0F0F0F. Windows color (decimal): -15593470 or 135186. OLE color: 135186.

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

Color convert

RGB 18 16 2 -
CMYK 0 0.11 0.89 0.93
HSL 52.5º 0.8% 0.04% -
HSV(B) 52.5º 0.89% 0.07% -
XYZ 0.45 0.5 0.13 -
YUV 15 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 18 16 2 0 0.11 0.89 0.93 52.5 0.8 0.04
Hex 12 10 2 0 B 59 5D 34 50 4
Octal 22 20 2 0 13 131 135 64 120 4
Binary 10010 10000 10 0 1011 1011001 1011101 110100 1010000 100

Color Harmonies of #121002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121002

Black with #121002

Text Example


Text Example

White with #121002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121002; }

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

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

background-color css

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

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

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

border-color css

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

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

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