Html Css Color HEX #121D15 Black Bean

📋 copy color: '#121D15'

red 18 ◦ green 29 ◦ blue 21

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

Shades of Black Bean #121D15

Tints of Black Bean #121D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 42.65%

 BLUE value IS 21 (8.59% from 255) = 30.88%

R = 26.47%
G = 42.65%
B = 30.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.89

RGB Variations

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

Color information

#121D15 (or 0x121D15) is known color: Black Bean. HEX triplet: 12, 1D and 15. RGB value is (18,29,21). Sum of RGB (Red+Green+Blue) = 18+29+21=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 29 (11.72% from 255 or 42.65% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 29 - color contains mainly: green. Hex color #121D15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121D15 is #EDE2EA. Grayscale: #181818. Windows color (decimal): -15590123 or 1383698. OLE color: 1383698.

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

Color convert

RGB 18 29 21 -
CMYK 0.38 0 0.28 0.89
HSL 136.36º 0.23% 0.09% -
HSV(B) 136.36º 0.38% 0.11% -
XYZ 0.82 1.06 0.87 -
YUV 24.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 18 29 21 0.38 0 0.28 0.89 136.36 0.23 0.09
Hex 12 1D 15 26 0 1C 59 88 17 9
Octal 22 35 25 46 0 34 131 210 27 11
Binary 10010 11101 10101 100110 0 11100 1011001 10001000 10111 1001

Color Harmonies of #121D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D15

Black with #121D15

Text Example


Text Example

White with #121D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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