#182A0F

Color #182A0F Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #182A0F

Tints of Black Forest #182A0F

Color information

#182A0F (or 0x182A0F) is unknown color: approx Black Forest. HEX triplet: 18, 2A and 0F. RGB value is (24,42,15). Sum of RGB (Red+Green+Blue) = 24+42+15=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 42 (16.80% from 255 or 51.85% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 42 - color contains mainly: green. Hex color #182A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182A0F is #E7D5F0. Grayscale: #212121. Windows color (decimal): -15193585 or 993816. OLE color: 993816.

HSL color Cylindrical-coordinate representation of color #182A0F: hue angle of 100º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #182A0F is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.84.

Color convert

RGB244215-
CMYK0.4300.640.84
HSL100º47.37%11.18%-
HSV(B)100º64.29%16.47%-
XYZ1.291.880.75-
YUV33.54117.54121.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 29.63%
GREEN value IS 42 (16.80% from 255) = 51.85%
BLUE value IS 15 (6.25% from 255) = 18.52%
R=29.63%
G=51.85%
B=18.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2442150.4300.640.8410047.3711.18
Hex182AF2B04054642fb
Octal3052175301001241445713
Binary11000101010111110101101000000101010011001001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182A0F; }

 p { color: rgb(24,42,15); }

 H1.HeaderClassName
 {
   color: #182A0F;
 }
 .AnyTagClassName
 {
   color: #182A0F;
 }
</style>
background-color css

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

 a { background-color: rgb(24,42,15); }

 div.DivClassName
 {
   background-color: #182A0F;
 }
 .BgClassName
 {
   background-color: #182A0F;
 }
</style>
border-color css

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

 span { border-color: rgb(24,42,15); }

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