Html Css Color HEX #191715 Bokara Grey

📋 copy color: '#191715'

red 25 ◦ green 23 ◦ blue 21

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

Shades of Bokara Grey #191715

Tints of Bokara Grey #191715

RGB

 RED value IS 25 (10.16% from 255) = 36.23%

 GREEN value IS 23 (9.38% from 255) = 33.33%

 BLUE value IS 21 (8.59% from 255) = 30.43%

R = 36.23%
G = 33.33%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.90

RGB Variations

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

Color information

#191715 (or 0x191715) is known color: Bokara Grey. HEX triplet: 19, 17 and 15. RGB value is (25,23,21). Sum of RGB (Red+Green+Blue) = 25+23+21=69 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.23% from 69); Green value is 23 (9.38% from 255 or 33.33% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 25 - color contains mainly: red. Hex color #191715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191715 is #E6E8EA. Grayscale: #171717. Windows color (decimal): -15132907 or 1382169. OLE color: 1382169.

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

Color convert

RGB 25 23 21 -
CMYK 0 0.08 0.16 0.90
HSL 30º 0.09% 0.09% -
HSV(B) 30º 0.16% 0.1% -
XYZ 0.84 0.87 0.83 -
YUV 23.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 25 23 21 0 0.08 0.16 0.90 30 0.09 0.09
Hex 19 17 15 0 8 10 5A 1E 9 9
Octal 31 27 25 0 10 20 132 36 11 11
Binary 11001 10111 10101 0 1000 10000 1011010 11110 1001 1001

Color Harmonies of #191715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191715

Black with #191715

Text Example


Text Example

White with #191715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191715; }

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

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

background-color css

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

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

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

border-color css

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

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

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