Html Css Color HEX #171000 Maire

📋 copy color: '#171000'

red 23 ◦ green 16 ◦ blue 0

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

Shades of Maire #171000

Tints of Maire #171000

RGB

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

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

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

R = 58.97%
G = 41.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.91

RGB Variations

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

Color information

#171000 (or 0x171000) is known color: Maire. HEX triplet: 17, 10 and 00. RGB value is (23,16,0). Sum of RGB (Red+Green+Blue) = 23+16+0=39 (5% of max value = 765). Red value is 23 (9.38% from 255 or 58.97% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 23 - color contains mainly: red. Hex color #171000 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171000 is #E8EFFF. Grayscale: #101010. Windows color (decimal): -15265792 or 4119. OLE color: 4119.

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

Color convert

RGB 23 16 0 -
CMYK 0 0.30 1 0.91
HSL 41.74º 1% 0.05% -
HSV(B) 41.74º 1% 0.09% -
XYZ 0.54 0.55 0.08 -
YUV 16.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 23 16 0 0 0.30 1 0.91 41.74 1 0.05
Hex 17 10 0 0 1E 64 5B 2A 64 5
Octal 27 20 0 0 36 144 133 52 144 5
Binary 10111 10000 0 0 11110 1100100 1011011 101010 1100100 101

Color Harmonies of #171000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171000

Black with #171000

Text Example


Text Example

White with #171000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171000; }

 p { color: rgb(23,16,0); }

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

background-color css

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

 a { background-color: rgb(23,16,0); }

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

border-color css

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

 span { border-color: rgb(23,16,0); }

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