Html Css Color HEX #17130C Maire

📋 copy color: '#17130C'

red 23 ◦ green 19 ◦ blue 12

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

Shades of Maire #17130C

Tints of Maire #17130C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 35.19%

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

R = 42.59%
G = 35.19%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.91

RGB Variations

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

Color information

#17130C (or 0x17130C) is known color: Maire. HEX triplet: 17, 13 and 0C. RGB value is (23,19,12). Sum of RGB (Red+Green+Blue) = 23+19+12=54 (7% of max value = 765). Red value is 23 (9.38% from 255 or 42.59% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 23 - color contains mainly: red. Hex color #17130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17130C is #E8ECF3. Grayscale: #131313. Windows color (decimal): -15265012 or 791319. OLE color: 791319.

HSL color Cylindrical-coordinate representation of color #17130C: hue angle of 38.18º 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 #17130C is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 19 12 -
CMYK 0 0.17 0.48 0.91
HSL 38.18º 0.31% 0.07% -
HSV(B) 38.18º 0.48% 0.09% -
XYZ 0.65 0.67 0.44 -
YUV 19.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 23 19 12 0 0.17 0.48 0.91 38.18 0.31 0.07
Hex 17 13 C 0 11 30 5B 26 1F 7
Octal 27 23 14 0 21 60 133 46 37 7
Binary 10111 10011 1100 0 10001 110000 1011011 100110 11111 111

Color Harmonies of #17130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17130C

Black with #17130C

Text Example


Text Example

White with #17130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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