Html Css Color HEX #121D13 Black Bean

📋 copy color: '#121D13'

red 18 ◦ green 29 ◦ blue 19

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

Shades of Black Bean #121D13

Tints of Black Bean #121D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 28.79%

R = 27.27%
G = 43.94%
B = 28.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.89

RGB Variations

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

Color information

#121D13 (or 0x121D13) is known color: Black Bean. HEX triplet: 12, 1D and 13. RGB value is (18,29,19). Sum of RGB (Red+Green+Blue) = 18+29+19=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 29 (11.72% from 255 or 43.94% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 29 - color contains mainly: green. Hex color #121D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121D13 is #EDE2EC. Grayscale: #181818. Windows color (decimal): -15590125 or 1252626. OLE color: 1252626.

HSL color Cylindrical-coordinate representation of color #121D13: hue angle of 125.45º 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 #121D13 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 29 19 -
CMYK 0.38 0 0.34 0.89
HSL 125.45º 0.23% 0.09% -
HSV(B) 125.45º 0.38% 0.11% -
XYZ 0.81 1.05 0.78 -
YUV 24.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 18 29 19 0.38 0 0.34 0.89 125.45 0.23 0.09
Hex 12 1D 13 26 0 22 59 7D 17 9
Octal 22 35 23 46 0 42 131 175 27 11
Binary 10010 11101 10011 100110 0 100010 1011001 1111101 10111 1001

Color Harmonies of #121D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D13

Black with #121D13

Text Example


Text Example

White with #121D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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