Html Css Color HEX #121511 Black Forest

📋 copy color: '#121511'

red 18 ◦ green 21 ◦ blue 17

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

Shades of Black Forest #121511

Tints of Black Forest #121511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 37.5%

 BLUE value IS 17 (7.03% from 255) = 30.36%

R = 32.14%
G = 37.5%
B = 30.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.92

RGB Variations

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

Color information

#121511 (or 0x121511) is known color: Black Forest. HEX triplet: 12, 15 and 11. RGB value is (18,21,17). Sum of RGB (Red+Green+Blue) = 18+21+17=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 21 - color contains mainly: green. Hex color #121511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121511 is #EDEAEE. Grayscale: #131313. Windows color (decimal): -15592175 or 1119506. OLE color: 1119506.

HSL color Cylindrical-coordinate representation of color #121511: hue angle of 105º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #121511 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.92.

Color convert

RGB 18 21 17 -
CMYK 0.14 0 0.19 0.92
HSL 105º 0.11% 0.07% -
HSV(B) 105º 0.19% 0.08% -
XYZ 0.62 0.71 0.63 -
YUV 19.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 18 21 17 0.14 0 0.19 0.92 105 0.11 0.07
Hex 12 15 11 E 0 13 5C 69 B 7
Octal 22 25 21 16 0 23 134 151 13 7
Binary 10010 10101 10001 1110 0 10011 1011100 1101001 1011 111

Color Harmonies of #121511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121511

Black with #121511

Text Example


Text Example

White with #121511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121511; }

 p { color: rgb(18,21,17); }

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

background-color css

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

 a { background-color: rgb(18,21,17); }

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

border-color css

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

 span { border-color: rgb(18,21,17); }

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