Html Css Color HEX #121F14 Black Bean

📋 copy color: '#121F14'

red 18 ◦ green 31 ◦ blue 20

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

Shades of Black Bean #121F14

Tints of Black Bean #121F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 28.99%

R = 26.09%
G = 44.93%
B = 28.99%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.88

RGB Variations

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

Color information

#121F14 (or 0x121F14) is known color: Black Bean. HEX triplet: 12, 1F and 14. RGB value is (18,31,20). Sum of RGB (Red+Green+Blue) = 18+31+20=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 31 (12.5% from 255 or 44.93% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 31 - color contains mainly: green. Hex color #121F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F14 is #EDE0EB. Grayscale: #191919. Windows color (decimal): -15589612 or 1318674. OLE color: 1318674.

HSL color Cylindrical-coordinate representation of color #121F14: hue angle of 129.23º 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 #121F14 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 31 20 -
CMYK 0.42 0 0.35 0.88
HSL 129.23º 0.27% 0.1% -
HSV(B) 129.23º 0.42% 0.12% -
XYZ 0.87 1.16 0.84 -
YUV 25.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 18 31 20 0.42 0 0.35 0.88 129.23 0.27 0.1
Hex 12 1F 14 2A 0 23 58 81 1B A
Octal 22 37 24 52 0 43 130 201 33 12
Binary 10010 11111 10100 101010 0 100011 1011000 10000001 11011 1010

Color Harmonies of #121F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F14

Black with #121F14

Text Example


Text Example

White with #121F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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