Html Css Color HEX #171401 Maire

📋 copy color: '#171401'

red 23 ◦ green 20 ◦ blue 1

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

Shades of Maire #171401

Tints of Maire #171401

RGB

 RED value IS 23 (9.38% from 255) = 52.27%

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

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

R = 52.27%
G = 45.45%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.91

RGB Variations

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

Color information

#171401 (or 0x171401) is known color: Maire. HEX triplet: 17, 14 and 01. RGB value is (23,20,1). Sum of RGB (Red+Green+Blue) = 23+20+1=44 (5% of max value = 765). Red value is 23 (9.38% from 255 or 52.27% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 23 - color contains mainly: red. Hex color #171401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171401 is #E8EBFE. Grayscale: #121212. Windows color (decimal): -15264767 or 70679. OLE color: 70679.

HSL color Cylindrical-coordinate representation of color #171401: hue angle of 51.82º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #171401 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 20 1 -
CMYK 0 0.13 0.96 0.91
HSL 51.82º 0.92% 0.05% -
HSV(B) 51.82º 0.96% 0.09% -
XYZ 0.61 0.68 0.13 -
YUV 18.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 23 20 1 0 0.13 0.96 0.91 51.82 0.92 0.05
Hex 17 14 1 0 D 60 5B 34 5C 5
Octal 27 24 1 0 15 140 133 64 134 5
Binary 10111 10100 1 0 1101 1100000 1011011 110100 1011100 101

Color Harmonies of #171401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171401

Black with #171401

Text Example


Text Example

White with #171401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171401; }

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

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

background-color css

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

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

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

border-color css

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

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

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