#182F0C

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

Shades of Black Forest #182F0C

Tints of Black Forest #182F0C

Color information

#182F0C (or 0x182F0C) is unknown color: approx Black Forest. HEX triplet: 18, 2F and 0C. RGB value is (24,47,12). Sum of RGB (Red+Green+Blue) = 24+47+12=83 (10% of max value = 765). Red value is 24 (9.77% from 255 or 28.92% from 83); Green value is 47 (18.75% from 255 or 56.63% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 47 - color contains mainly: green. Hex color #182F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182F0C is #E7D0F3. Grayscale: #242424. Windows color (decimal): -15192308 or 798488. OLE color: 798488.

HSL color Cylindrical-coordinate representation of color #182F0C: hue angle of 99.43º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #182F0C is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.82.

Color convert

RGB244712-
CMYK0.4900.740.82
HSL99.43º59.32%11.57%-
HSV(B)99.43º74.47%18.43%-
XYZ1.462.250.71-
YUV36.13114.38119.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 28.92%
GREEN value IS 47 (18.75% from 255) = 56.63%
BLUE value IS 12 (5.08% from 255) = 14.46%
R=28.92%
G=56.63%
B=14.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2447120.4900.740.8299.4359.3211.57
Hex182FC3104A52633bc
Octal3057146101121221437314
Binary11000101111110011000101001010101001011000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,47,12); }

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

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

 a { background-color: rgb(24,47,12); }

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

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

 span { border-color: rgb(24,47,12); }

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