Html Css Color HEX #151201 Maire

📋 copy color: '#151201'

red 21 ◦ green 18 ◦ blue 1

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

Shades of Maire #151201

Tints of Maire #151201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 2.5%

R = 52.5%
G = 45%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#151201 (or 0x151201) is known color: Maire. HEX triplet: 15, 12 and 01. RGB value is (21,18,1). Sum of RGB (Red+Green+Blue) = 21+18+1=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 18 (7.42% from 255 or 45% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #151201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151201 is #EAEDFE. Grayscale: #111111. Windows color (decimal): -15396351 or 70165. OLE color: 70165.

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

Color convert

RGB 21 18 1 -
CMYK 0 0.14 0.95 0.92
HSL 51º 0.91% 0.04% -
HSV(B) 51º 0.95% 0.08% -
XYZ 0.53 0.59 0.12 -
YUV 16.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 21 18 1 0 0.14 0.95 0.92 51 0.91 0.04
Hex 15 12 1 0 E 5F 5C 33 5B 4
Octal 25 22 1 0 16 137 134 63 133 4
Binary 10101 10010 1 0 1110 1011111 1011100 110011 1011011 100

Color Harmonies of #151201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151201

Black with #151201

Text Example


Text Example

White with #151201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151201; }

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

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

background-color css

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

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

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

border-color css

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

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

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