Html Css Color HEX #121B0F Black Forest

📋 copy color: '#121B0F'

red 18 ◦ green 27 ◦ blue 15

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

Shades of Black Forest #121B0F

Tints of Black Forest #121B0F

RGB

 RED value IS 18 (7.42% from 255) = 30%

 GREEN value IS 27 (10.94% from 255) = 45%

 BLUE value IS 15 (6.25% from 255) = 25%

R = 30%
G = 45%
B = 25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.44

 K value IS 0.89

RGB Variations

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

Color information

#121B0F (or 0x121B0F) is known color: Black Forest. HEX triplet: 12, 1B and 0F. RGB value is (18,27,15). Sum of RGB (Red+Green+Blue) = 18+27+15=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 27 (10.94% from 255 or 45% from 60); Blue value is 15 (6.25% from 255 or 25% from 60); Max value from RGB is 27 - color contains mainly: green. Hex color #121B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121B0F is #EDE4F0. Grayscale: #161616. Windows color (decimal): -15590641 or 989970. OLE color: 989970.

HSL color Cylindrical-coordinate representation of color #121B0F: hue angle of 105º degrees, saturation: 0.29, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #121B0F is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 27 15 -
CMYK 0.33 0 0.44 0.89
HSL 105º 0.29% 0.08% -
HSV(B) 105º 0.44% 0.11% -
XYZ 0.73 0.95 0.6 -
YUV 22.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 18 27 15 0.33 0 0.44 0.89 105 0.29 0.08
Hex 12 1B F 21 0 2C 59 69 1D 8
Octal 22 33 17 41 0 54 131 151 35 10
Binary 10010 11011 1111 100001 0 101100 1011001 1101001 11101 1000

Color Harmonies of #121B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B0F

Black with #121B0F

Text Example


Text Example

White with #121B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,27,15); }

 H1.HeaderClassName
 {
   color: #121B0F;
 }
 .AnyTagClassName
 {
   color: #121B0F;
 }
</style>

background-color css

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

 a { background-color: rgb(18,27,15); }

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

border-color css

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

 span { border-color: rgb(18,27,15); }

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