Html Css Color HEX #182513 Black Forest

📋 copy color: '#182513'

red 24 ◦ green 37 ◦ blue 19

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

Shades of Black Forest #182513

Tints of Black Forest #182513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 23.75%

R = 30%
G = 46.25%
B = 23.75%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#182513 (or 0x182513) is known color: Black Forest. HEX triplet: 18, 25 and 13. RGB value is (24,37,19). Sum of RGB (Red+Green+Blue) = 24+37+19=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 37 - color contains mainly: green. Hex color #182513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182513 is #E7DAEC. Grayscale: #1F1F1F. Windows color (decimal): -15194861 or 1254680. OLE color: 1254680.

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

Color convert

RGB 24 37 19 -
CMYK 0.35 0 0.49 0.85
HSL 103.33º 0.32% 0.11% -
HSV(B) 103.33º 0.49% 0.15% -
XYZ 1.16 1.56 0.86 -
YUV 31.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 24 37 19 0.35 0 0.49 0.85 103.33 0.32 0.11
Hex 18 25 13 23 0 31 55 67 20 B
Octal 30 45 23 43 0 61 125 147 40 13
Binary 11000 100101 10011 100011 0 110001 1010101 1100111 100000 1011

Color Harmonies of #182513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182513

Black with #182513

Text Example


Text Example

White with #182513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182513; }

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

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

background-color css

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

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

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

border-color css

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

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

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