Html Css Color HEX #17140C Maire

📋 copy color: '#17140C'

red 23 ◦ green 20 ◦ blue 12

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

Shades of Maire #17140C

Tints of Maire #17140C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 21.82%

R = 41.82%
G = 36.36%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.91

RGB Variations

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

Color information

#17140C (or 0x17140C) is known color: Maire. HEX triplet: 17, 14 and 0C. RGB value is (23,20,12). Sum of RGB (Red+Green+Blue) = 23+20+12=55 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.82% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 23 - color contains mainly: red. Hex color #17140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17140C is #E8EBF3. Grayscale: #141414. Windows color (decimal): -15264756 or 791575. OLE color: 791575.

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

Color convert

RGB 23 20 12 -
CMYK 0 0.13 0.48 0.91
HSL 43.64º 0.31% 0.07% -
HSV(B) 43.64º 0.48% 0.09% -
XYZ 0.67 0.71 0.45 -
YUV 19.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 23 20 12 0 0.13 0.48 0.91 43.64 0.31 0.07
Hex 17 14 C 0 D 30 5B 2C 1F 7
Octal 27 24 14 0 15 60 133 54 37 7
Binary 10111 10100 1100 0 1101 110000 1011011 101100 11111 111

Color Harmonies of #17140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17140C

Black with #17140C

Text Example


Text Example

White with #17140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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