Html Css Color HEX #1D1509 Bokara Grey

📋 copy color: '#1D1509'

red 29 ◦ green 21 ◦ blue 9

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

Shades of Bokara Grey #1D1509

Tints of Bokara Grey #1D1509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 15.25%

R = 49.15%
G = 35.59%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.89

RGB Variations

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

Color information

#1D1509 (or 0x1D1509) is known color: Bokara Grey. HEX triplet: 1D, 15 and 09. RGB value is (29,21,9). Sum of RGB (Red+Green+Blue) = 29+21+9=59 (7% of max value = 765). Red value is 29 (11.72% from 255 or 49.15% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 9 (3.91% from 255 or 15.25% from 59); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1509 is #E2EAF6. Grayscale: #161616. Windows color (decimal): -14871287 or 595229. OLE color: 595229.

HSL color Cylindrical-coordinate representation of color #1D1509: hue angle of 36º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D1509 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 21 9 -
CMYK 0 0.28 0.69 0.89
HSL 36º 0.53% 0.07% -
HSV(B) 36º 0.69% 0.11% -
XYZ 0.82 0.82 0.37 -
YUV 22.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 29 21 9 0 0.28 0.69 0.89 36 0.53 0.07
Hex 1D 15 9 0 1C 45 59 24 35 7
Octal 35 25 11 0 34 105 131 44 65 7
Binary 11101 10101 1001 0 11100 1000101 1011001 100100 110101 111

Color Harmonies of #1D1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1509

Black with #1D1509

Text Example


Text Example

White with #1D1509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,21,9); }

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

background-color css

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

 a { background-color: rgb(29,21,9); }

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

border-color css

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

 span { border-color: rgb(29,21,9); }

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