Html Css Color HEX #151200 Maire

📋 copy color: '#151200'

red 21 ◦ green 18 ◦ blue 0

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

Shades of Maire #151200

Tints of Maire #151200

RGB

 RED value IS 21 (8.59% from 255) = 53.85%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.85%
G = 46.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.92

RGB Variations

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

Color information

#151200 (or 0x151200) is known color: Maire. HEX triplet: 15, 12 and 00. RGB value is (21,18,0). Sum of RGB (Red+Green+Blue) = 21+18+0=39 (5% of max value = 765). Red value is 21 (8.59% from 255 or 53.85% from 39); Green value is 18 (7.42% from 255 or 46.15% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 21 - color contains mainly: red. Hex color #151200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151200 is #EAEDFF. Grayscale: #101010. Windows color (decimal): -15396352 or 4629. OLE color: 4629.

HSL color Cylindrical-coordinate representation of color #151200: hue angle of 51.43º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #151200 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 18 0 -
CMYK 0 0.14 1 0.92
HSL 51.43º 1% 0.04% -
HSV(B) 51.43º 1% 0.08% -
XYZ 0.53 0.59 0.09 -
YUV 16.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 21 18 0 0 0.14 1 0.92 51.43 1 0.04
Hex 15 12 0 0 E 64 5C 33 64 4
Octal 25 22 0 0 16 144 134 63 144 4
Binary 10101 10010 0 0 1110 1100100 1011100 110011 1100100 100

Color Harmonies of #151200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151200

Black with #151200

Text Example


Text Example

White with #151200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151200; }

 p { color: rgb(21,18,0); }

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

background-color css

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

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

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

border-color css

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

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

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