Html Css Color HEX #121E0D Black Forest

📋 copy color: '#121E0D'

red 18 ◦ green 30 ◦ blue 13

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

Shades of Black Forest #121E0D

Tints of Black Forest #121E0D

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

 M value IS 0

 Y value IS 0.57

 K value IS 0.88

RGB Variations

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

Color information

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

RGB 18 30 13 -
CMYK 0.40 0 0.57 0.88
HSL 102.35º 0.4% 0.08% -
HSV(B) 102.35º 0.57% 0.12% -
XYZ 0.79 1.09 0.55 -
YUV 24.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 18 30 13 0.40 0 0.57 0.88 102.35 0.4 0.08
Hex 12 1E D 28 0 39 58 66 28 8
Octal 22 36 15 50 0 71 130 146 50 10
Binary 10010 11110 1101 101000 0 111001 1011000 1100110 101000 1000

Color Harmonies of #121E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E0D

Black with #121E0D

Text Example


Text Example

White with #121E0D

Text Example


Text Example

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