Html Css Color HEX #171513 Bokara Grey

📋 copy color: '#171513'

red 23 ◦ green 21 ◦ blue 19

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

Shades of Bokara Grey #171513

Tints of Bokara Grey #171513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 33.33%

 BLUE value IS 19 (7.81% from 255) = 30.16%

R = 36.51%
G = 33.33%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#171513 (or 0x171513) is known color: Bokara Grey. HEX triplet: 17, 15 and 13. RGB value is (23,21,19). Sum of RGB (Red+Green+Blue) = 23+21+19=63 (8% of max value = 765). Red value is 23 (9.38% from 255 or 36.51% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 23 - color contains mainly: red. Hex color #171513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171513 is #E8EAEC. Grayscale: #151515. Windows color (decimal): -15264493 or 1250583. OLE color: 1250583.

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

Color convert

RGB 23 21 19 -
CMYK 0 0.09 0.17 0.91
HSL 30º 0.1% 0.08% -
HSV(B) 30º 0.17% 0.09% -
XYZ 0.74 0.77 0.72 -
YUV 21.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 23 21 19 0 0.09 0.17 0.91 30 0.1 0.08
Hex 17 15 13 0 9 11 5B 1E A 8
Octal 27 25 23 0 11 21 133 36 12 10
Binary 10111 10101 10011 0 1001 10001 1011011 11110 1010 1000

Color Harmonies of #171513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171513

Black with #171513

Text Example


Text Example

White with #171513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171513; }

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

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

background-color css

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

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

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

border-color css

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

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

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