Html Css Color HEX #121F16 Black Bean

📋 copy color: '#121F16'

red 18 ◦ green 31 ◦ blue 22

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

Shades of Black Bean #121F16

Tints of Black Bean #121F16

RGB

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

 GREEN value IS 31 (12.5% from 255) = 43.66%

 BLUE value IS 22 (8.98% from 255) = 30.99%

R = 25.35%
G = 43.66%
B = 30.99%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.88

RGB Variations

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

Color information

#121F16 (or 0x121F16) is known color: Black Bean. HEX triplet: 12, 1F and 16. RGB value is (18,31,22). Sum of RGB (Red+Green+Blue) = 18+31+22=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 31 (12.5% from 255 or 43.66% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 31 - color contains mainly: green. Hex color #121F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F16 is #EDE0E9. Grayscale: #1A1A1A. Windows color (decimal): -15589610 or 1449746. OLE color: 1449746.

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

Color convert

RGB 18 31 22 -
CMYK 0.42 0 0.29 0.88
HSL 138.46º 0.27% 0.1% -
HSV(B) 138.46º 0.42% 0.12% -
XYZ 0.88 1.17 0.94 -
YUV 26.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 18 31 22 0.42 0 0.29 0.88 138.46 0.27 0.1
Hex 12 1F 16 2A 0 1D 58 8A 1B A
Octal 22 37 26 52 0 35 130 212 33 12
Binary 10010 11111 10110 101010 0 11101 1011000 10001010 11011 1010

Color Harmonies of #121F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F16

Black with #121F16

Text Example


Text Example

White with #121F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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