Html Css Color HEX #151401 Maire

📋 copy color: '#151401'

red 21 ◦ green 20 ◦ blue 1

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

Shades of Maire #151401

Tints of Maire #151401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 47.62%

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

R = 50%
G = 47.62%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#151401 (or 0x151401) is known color: Maire. HEX triplet: 15, 14 and 01. RGB value is (21,20,1). Sum of RGB (Red+Green+Blue) = 21+20+1=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 20 (8.20% from 255 or 47.62% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 21 - color contains mainly: red. Hex color #151401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151401 is #EAEBFE. Grayscale: #121212. Windows color (decimal): -15395839 or 70677. OLE color: 70677.

HSL color Cylindrical-coordinate representation of color #151401: hue angle of 57º 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 #151401 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 20 1 -
CMYK 0 0.05 0.95 0.92
HSL 57º 0.91% 0.04% -
HSV(B) 57º 0.95% 0.08% -
XYZ 0.56 0.66 0.13 -
YUV 18.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 21 20 1 0 0.05 0.95 0.92 57 0.91 0.04
Hex 15 14 1 0 5 5F 5C 39 5B 4
Octal 25 24 1 0 5 137 134 71 133 4
Binary 10101 10100 1 0 101 1011111 1011100 111001 1011011 100

Color Harmonies of #151401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151401

Black with #151401

Text Example


Text Example

White with #151401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151401; }

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

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

background-color css

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

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

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

border-color css

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

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

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