#121F0D

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

Shades of Black Forest #121F0D

Tints of Black Forest #121F0D

Color information

#121F0D (or 0x121F0D) is unknown color: approx Black Forest. HEX triplet: 12, 1F and 0D. RGB value is (18,31,13). Sum of RGB (Red+Green+Blue) = 18+31+13=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 31 (12.5% from 255 or 50% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 31 - color contains mainly: green. Hex color #121F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F0D is #EDE0F2. Grayscale: #191919. Windows color (decimal): -15589619 or 859922. OLE color: 859922.

HSL color Cylindrical-coordinate representation of color #121F0D: hue angle of 103.33º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #121F0D is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.88.

Color convert

RGB183113-
CMYK0.4200.580.88
HSL103.33º40.91%8.63%-
HSV(B)103.33º58.06%12.16%-
XYZ0.811.140.56-
YUV25.06121.19122.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.03%
GREEN value IS 31 (12.5% from 255) = 50%
BLUE value IS 13 (5.47% from 255) = 20.97%
R=29.03%
G=50%
B=20.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1831130.4200.580.88103.3340.918.63
Hex121FD2A03A5867299
Octal223715520721301475111
Binary100101111111011010100111010101100011001111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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