Html Css Color HEX #171311 Bokara Grey

📋 copy color: '#171311'

red 23 ◦ green 19 ◦ blue 17

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

Shades of Bokara Grey #171311

Tints of Bokara Grey #171311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 28.81%

R = 38.98%
G = 32.2%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.91

RGB Variations

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

Color information

#171311 (or 0x171311) is known color: Bokara Grey. HEX triplet: 17, 13 and 11. RGB value is (23,19,17). Sum of RGB (Red+Green+Blue) = 23+19+17=59 (7% of max value = 765). Red value is 23 (9.38% from 255 or 38.98% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 17 (7.03% from 255 or 28.81% from 59); Max value from RGB is 23 - color contains mainly: red. Hex color #171311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171311 is #E8ECEE. Grayscale: #131313. Windows color (decimal): -15265007 or 1118999. OLE color: 1118999.

HSL color Cylindrical-coordinate representation of color #171311: hue angle of 20º degrees, saturation: 0.15, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #171311 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.91.

Color convert

RGB 23 19 17 -
CMYK 0 0.17 0.26 0.91
HSL 20º 0.15% 0.08% -
HSV(B) 20º 0.26% 0.09% -
XYZ 0.69 0.69 0.63 -
YUV 19.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 23 19 17 0 0.17 0.26 0.91 20 0.15 0.08
Hex 17 13 11 0 11 1A 5B 14 F 8
Octal 27 23 21 0 21 32 133 24 17 10
Binary 10111 10011 10001 0 10001 11010 1011011 10100 1111 1000

Color Harmonies of #171311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171311

Black with #171311

Text Example


Text Example

White with #171311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171311; }

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

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

background-color css

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

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

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

border-color css

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

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

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