Html Css Color HEX #121F0D Black Forest

📋 copy color: '#121F0D'

red 18 ◦ green 31 ◦ blue 13

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

Shades of Black Forest #121F0D

Tints of Black Forest #121F0D

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 value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.88

RGB Variations

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

Color information

#121F0D (or 0x121F0D) is known color: 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

RGB 18 31 13 -
CMYK 0.42 0 0.58 0.88
HSL 103.33º 0.41% 0.09% -
HSV(B) 103.33º 0.58% 0.12% -
XYZ 0.81 1.14 0.56 -
YUV 25.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 18 31 13 0.42 0 0.58 0.88 103.33 0.41 0.09
Hex 12 1F D 2A 0 3A 58 67 29 9
Octal 22 37 15 52 0 72 130 147 51 11
Binary 10010 11111 1101 101010 0 111010 1011000 1100111 101001 1001

Color Harmonies of #121F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F0D

Black with #121F0D

Text Example


Text Example

White with #121F0D

Text Example


Text Example

HTML Codes & Css Web 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>