Html Css Color HEX #182712 Black Forest

📋 copy color: '#182712'

red 24 ◦ green 39 ◦ blue 18

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

Shades of Black Forest #182712

Tints of Black Forest #182712

RGB

 RED value IS 24 (9.77% from 255) = 29.63%

 GREEN value IS 39 (15.63% from 255) = 48.15%

 BLUE value IS 18 (7.42% from 255) = 22.22%

R = 29.63%
G = 48.15%
B = 22.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#182712 (or 0x182712) is known color: Black Forest. HEX triplet: 18, 27 and 12. RGB value is (24,39,18). Sum of RGB (Red+Green+Blue) = 24+39+18=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #182712 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182712 is #E7D8ED. Grayscale: #202020. Windows color (decimal): -15194350 or 1189656. OLE color: 1189656.

HSL color Cylindrical-coordinate representation of color #182712: hue angle of 102.86º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #182712 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB 24 39 18 -
CMYK 0.38 0 0.54 0.85
HSL 102.86º 0.37% 0.11% -
HSV(B) 102.86º 0.54% 0.15% -
XYZ 1.21 1.69 0.83 -
YUV 32.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 24 39 18 0.38 0 0.54 0.85 102.86 0.37 0.11
Hex 18 27 12 26 0 36 55 67 25 B
Octal 30 47 22 46 0 66 125 147 45 13
Binary 11000 100111 10010 100110 0 110110 1010101 1100111 100101 1011

Color Harmonies of #182712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182712

Black with #182712

Text Example


Text Example

White with #182712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182712; }

 p { color: rgb(24,39,18); }

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

background-color css

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

 a { background-color: rgb(24,39,18); }

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

border-color css

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

 span { border-color: rgb(24,39,18); }

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