Html Css Color HEX #121D12 Black Bean

📋 copy color: '#121D12'

red 18 ◦ green 29 ◦ blue 18

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

Shades of Black Bean #121D12

Tints of Black Bean #121D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 27.69%

R = 27.69%
G = 44.62%
B = 27.69%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.38

 K value IS 0.89

RGB Variations

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

Color information

#121D12 (or 0x121D12) is known color: Black Bean. HEX triplet: 12, 1D and 12. RGB value is (18,29,18). Sum of RGB (Red+Green+Blue) = 18+29+18=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 29 (11.72% from 255 or 44.62% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 29 - color contains mainly: green. Hex color #121D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121D12 is #EDE2ED. Grayscale: #181818. Windows color (decimal): -15590126 or 1187090. OLE color: 1187090.

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

Color convert

RGB 18 29 18 -
CMYK 0.38 0 0.38 0.89
HSL 120º 0.23% 0.09% -
HSV(B) 120º 0.38% 0.11% -
XYZ 0.8 1.05 0.73 -
YUV 24.46 124.36 123.39 -
System Red Green Blue C M Y K H S L
Decimal 18 29 18 0.38 0 0.38 0.89 120 0.23 0.09
Hex 12 1D 12 26 0 26 59 78 17 9
Octal 22 35 22 46 0 46 131 170 27 11
Binary 10010 11101 10010 100110 0 100110 1011001 1111000 10111 1001

Color Harmonies of #121D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D12

Black with #121D12

Text Example


Text Example

White with #121D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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