Html Css Color HEX #17140B Maire

📋 copy color: '#17140B'

red 23 ◦ green 20 ◦ blue 11

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

Shades of Maire #17140B

Tints of Maire #17140B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 20.37%

R = 42.59%
G = 37.04%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.91

RGB Variations

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

Color information

#17140B (or 0x17140B) is known color: Maire. HEX triplet: 17, 14 and 0B. RGB value is (23,20,11). Sum of RGB (Red+Green+Blue) = 23+20+11=54 (7% of max value = 765). Red value is 23 (9.38% from 255 or 42.59% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 23 - color contains mainly: red. Hex color #17140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17140B is #E8EBF4. Grayscale: #131313. Windows color (decimal): -15264757 or 726039. OLE color: 726039.

HSL color Cylindrical-coordinate representation of color #17140B: hue angle of 45º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #17140B is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 20 11 -
CMYK 0 0.13 0.52 0.91
HSL 45º 0.35% 0.07% -
HSV(B) 45º 0.52% 0.09% -
XYZ 0.66 0.71 0.42 -
YUV 19.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 23 20 11 0 0.13 0.52 0.91 45 0.35 0.07
Hex 17 14 B 0 D 34 5B 2D 23 7
Octal 27 24 13 0 15 64 133 55 43 7
Binary 10111 10100 1011 0 1101 110100 1011011 101101 100011 111

Color Harmonies of #17140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17140B

Black with #17140B

Text Example


Text Example

White with #17140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17140B; }

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

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

background-color css

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

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

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

border-color css

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

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

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