#121E0D

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

Shades of Black Forest #121E0D

Tints of Black Forest #121E0D

Color information

#121E0D (or 0x121E0D) is unknown color: approx Black Forest. HEX triplet: 12, 1E and 0D. RGB value is (18,30,13). Sum of RGB (Red+Green+Blue) = 18+30+13=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 30 (12.11% from 255 or 49.18% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 30 - color contains mainly: green. Hex color #121E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121E0D is #EDE1F2. Grayscale: #181818. Windows color (decimal): -15589875 or 859666. OLE color: 859666.

HSL color Cylindrical-coordinate representation of color #121E0D: hue angle of 102.35º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #121E0D is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.88.

Color convert

RGB183013-
CMYK0.4000.570.88
HSL102.35º39.53%8.43%-
HSV(B)102.35º56.67%11.76%-
XYZ0.791.090.55-
YUV24.47121.52123.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 30 (12.11% from 255) = 49.18%
BLUE value IS 13 (5.47% from 255) = 21.31%
R=29.51%
G=49.18%
B=21.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1830130.4000.570.88102.3539.538.43
Hex121ED280395866288
Octal223615500711301465010
Binary100101111011011010000111001101100011001101010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121E0D; }

 p { color: rgb(18,30,13); }

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

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

 a { background-color: rgb(18,30,13); }

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

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

 span { border-color: rgb(18,30,13); }

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