Html Css Color HEX #17130B Maire

📋 copy color: '#17130B'

red 23 ◦ green 19 ◦ blue 11

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

Shades of Maire #17130B

Tints of Maire #17130B

RGB

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

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

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

R = 43.4%
G = 35.85%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.91

RGB Variations

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

Color information

#17130B (or 0x17130B) is known color: Maire. HEX triplet: 17, 13 and 0B. RGB value is (23,19,11). Sum of RGB (Red+Green+Blue) = 23+19+11=53 (7% of max value = 765). Red value is 23 (9.38% from 255 or 43.40% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 23 - color contains mainly: red. Hex color #17130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17130B is #E8ECF4. Grayscale: #131313. Windows color (decimal): -15265013 or 725783. OLE color: 725783.

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

Color convert

RGB 23 19 11 -
CMYK 0 0.17 0.52 0.91
HSL 40º 0.35% 0.07% -
HSV(B) 40º 0.52% 0.09% -
XYZ 0.65 0.67 0.41 -
YUV 19.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 23 19 11 0 0.17 0.52 0.91 40 0.35 0.07
Hex 17 13 B 0 11 34 5B 28 23 7
Octal 27 23 13 0 21 64 133 50 43 7
Binary 10111 10011 1011 0 10001 110100 1011011 101000 100011 111

Color Harmonies of #17130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17130B

Black with #17130B

Text Example


Text Example

White with #17130B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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