Html Css Color HEX #121C14 Black Bean

📋 copy color: '#121C14'

red 18 ◦ green 28 ◦ blue 20

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

Shades of Black Bean #121C14

Tints of Black Bean #121C14

RGB

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

 GREEN value IS 28 (11.33% from 255) = 42.42%

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

R = 27.27%
G = 42.42%
B = 30.3%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.89

RGB Variations

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

Color information

#121C14 (or 0x121C14) is known color: Black Bean. HEX triplet: 12, 1C and 14. RGB value is (18,28,20). Sum of RGB (Red+Green+Blue) = 18+28+20=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 28 - color contains mainly: green. Hex color #121C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121C14 is #EDE3EB. Grayscale: #181818. Windows color (decimal): -15590380 or 1317906. OLE color: 1317906.

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

Color convert

RGB 18 28 20 -
CMYK 0.36 0 0.29 0.89
HSL 132º 0.22% 0.09% -
HSV(B) 132º 0.36% 0.11% -
XYZ 0.79 1.01 0.82 -
YUV 24.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 18 28 20 0.36 0 0.29 0.89 132 0.22 0.09
Hex 12 1C 14 24 0 1D 59 84 16 9
Octal 22 34 24 44 0 35 131 204 26 11
Binary 10010 11100 10100 100100 0 11101 1011001 10000100 10110 1001

Color Harmonies of #121C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C14

Black with #121C14

Text Example


Text Example

White with #121C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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