Html Css Color HEX #182512 Black Forest

📋 copy color: '#182512'

red 24 ◦ green 37 ◦ blue 18

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

Shades of Black Forest #182512

Tints of Black Forest #182512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 46.84%

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

R = 30.38%
G = 46.84%
B = 22.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#182512 (or 0x182512) is known color: Black Forest. HEX triplet: 18, 25 and 12. RGB value is (24,37,18). Sum of RGB (Red+Green+Blue) = 24+37+18=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 37 - color contains mainly: green. Hex color #182512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182512 is #E7DAED. Grayscale: #1F1F1F. Windows color (decimal): -15194862 or 1189144. OLE color: 1189144.

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

Color convert

RGB 24 37 18 -
CMYK 0.35 0 0.51 0.85
HSL 101.05º 0.35% 0.11% -
HSV(B) 101.05º 0.51% 0.15% -
XYZ 1.15 1.56 0.81 -
YUV 30.95 120.69 123.04 -
System Red Green Blue C M Y K H S L
Decimal 24 37 18 0.35 0 0.51 0.85 101.05 0.35 0.11
Hex 18 25 12 23 0 33 55 65 23 B
Octal 30 45 22 43 0 63 125 145 43 13
Binary 11000 100101 10010 100011 0 110011 1010101 1100101 100011 1011

Color Harmonies of #182512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182512

Black with #182512

Text Example


Text Example

White with #182512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182512; }

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

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

background-color css

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

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

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

border-color css

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

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

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