Html Css Color HEX #1D1713 Bokara Grey

📋 copy color: '#1D1713'

red 29 ◦ green 23 ◦ blue 19

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

Shades of Bokara Grey #1D1713

Tints of Bokara Grey #1D1713

RGB

 RED value IS 29 (11.72% from 255) = 40.85%

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

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

R = 40.85%
G = 32.39%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.89

RGB Variations

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

Color information

#1D1713 (or 0x1D1713) is known color: Bokara Grey. HEX triplet: 1D, 17 and 13. RGB value is (29,23,19). Sum of RGB (Red+Green+Blue) = 29+23+19=71 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.85% from 71); Green value is 23 (9.38% from 255 or 32.39% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1713 is #E2E8EC. Grayscale: #181818. Windows color (decimal): -14870765 or 1251101. OLE color: 1251101.

HSL color Cylindrical-coordinate representation of color #1D1713: hue angle of 24º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1D1713 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 23 19 -
CMYK 0 0.21 0.34 0.89
HSL 24º 0.21% 0.09% -
HSV(B) 24º 0.34% 0.11% -
XYZ 0.93 0.92 0.74 -
YUV 24.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 29 23 19 0 0.21 0.34 0.89 24 0.21 0.09
Hex 1D 17 13 0 15 22 59 18 15 9
Octal 35 27 23 0 25 42 131 30 25 11
Binary 11101 10111 10011 0 10101 100010 1011001 11000 10101 1001

Color Harmonies of #1D1713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1713

Black with #1D1713

Text Example


Text Example

White with #1D1713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D1713; }

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

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

background-color css

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

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

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

border-color css

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

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

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