Html Css Color HEX #17130F Bokara Grey

📋 copy color: '#17130F'

red 23 ◦ green 19 ◦ blue 15

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

Shades of Bokara Grey #17130F

Tints of Bokara Grey #17130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 26.32%

R = 40.35%
G = 33.33%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.91

RGB Variations

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

Color information

#17130F (or 0x17130F) is known color: Bokara Grey. HEX triplet: 17, 13 and 0F. RGB value is (23,19,15). Sum of RGB (Red+Green+Blue) = 23+19+15=57 (7% of max value = 765). Red value is 23 (9.38% from 255 or 40.35% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 23 - color contains mainly: red. Hex color #17130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17130F is #E8ECF0. Grayscale: #131313. Windows color (decimal): -15265009 or 987927. OLE color: 987927.

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

Color convert

RGB 23 19 15 -
CMYK 0 0.17 0.35 0.91
HSL 30º 0.21% 0.07% -
HSV(B) 30º 0.35% 0.09% -
XYZ 0.67 0.68 0.55 -
YUV 19.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 23 19 15 0 0.17 0.35 0.91 30 0.21 0.07
Hex 17 13 F 0 11 23 5B 1E 15 7
Octal 27 23 17 0 21 43 133 36 25 7
Binary 10111 10011 1111 0 10001 100011 1011011 11110 10101 111

Color Harmonies of #17130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17130F

Black with #17130F

Text Example


Text Example

White with #17130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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