Html Css Color HEX #1C1715 Wood Bark

📋 copy color: '#1C1715'

red 28 ◦ green 23 ◦ blue 21

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

Shades of Wood Bark #1C1715

Tints of Wood Bark #1C1715

RGB

 RED value IS 28 (11.33% from 255) = 38.89%

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

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

R = 38.89%
G = 31.94%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.89

RGB Variations

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

Color information

#1C1715 (or 0x1C1715) is known color: Wood Bark. HEX triplet: 1C, 17 and 15. RGB value is (28,23,21). Sum of RGB (Red+Green+Blue) = 28+23+21=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 23 (9.38% from 255 or 31.94% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1715 is #E3E8EA. Grayscale: #181818. Windows color (decimal): -14936299 or 1382172. OLE color: 1382172.

HSL color Cylindrical-coordinate representation of color #1C1715: hue angle of 17.14º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #1C1715 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 23 21 -
CMYK 0 0.18 0.25 0.89
HSL 17.14º 0.14% 0.1% -
HSV(B) 17.14º 0.25% 0.11% -
XYZ 0.92 0.91 0.84 -
YUV 24.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 28 23 21 0 0.18 0.25 0.89 17.14 0.14 0.1
Hex 1C 17 15 0 12 19 59 11 E A
Octal 34 27 25 0 22 31 131 21 16 12
Binary 11100 10111 10101 0 10010 11001 1011001 10001 1110 1010

Color Harmonies of #1C1715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1715

Black with #1C1715

Text Example


Text Example

White with #1C1715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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