Html Css Color HEX #1C1918 Wood Bark

📋 copy color: '#1C1918'

red 28 ◦ green 25 ◦ blue 24

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

Shades of Wood Bark #1C1918

Tints of Wood Bark #1C1918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 32.47%

 BLUE value IS 24 (9.77% from 255) = 31.17%

R = 36.36%
G = 32.47%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.89

RGB Variations

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

Color information

#1C1918 (or 0x1C1918) is known color: Wood Bark. HEX triplet: 1C, 19 and 18. RGB value is (28,25,24). Sum of RGB (Red+Green+Blue) = 28+25+24=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1918 is #E3E6E7. Grayscale: #191919. Windows color (decimal): -14935784 or 1579292. OLE color: 1579292.

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

Color convert

RGB 28 25 24 -
CMYK 0 0.11 0.14 0.89
HSL 15º 0.08% 0.1% -
HSV(B) 15º 0.14% 0.11% -
XYZ 0.99 1.01 1.01 -
YUV 25.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 28 25 24 0 0.11 0.14 0.89 15 0.08 0.1
Hex 1C 19 18 0 B E 59 F 8 A
Octal 34 31 30 0 13 16 131 17 10 12
Binary 11100 11001 11000 0 1011 1110 1011001 1111 1000 1010

Color Harmonies of #1C1918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1918

Black with #1C1918

Text Example


Text Example

White with #1C1918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,25,24); }

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

background-color css

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

 a { background-color: rgb(28,25,24); }

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

border-color css

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

 span { border-color: rgb(28,25,24); }

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