Html Css Color HEX #121C12 Black Bean

📋 copy color: '#121C12'

red 18 ◦ green 28 ◦ blue 18

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

Shades of Black Bean #121C12

Tints of Black Bean #121C12

RGB

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

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

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

R = 28.13%
G = 43.75%
B = 28.13%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.36

 K value IS 0.89

RGB Variations

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

Color information

#121C12 (or 0x121C12) is known color: Black Bean. HEX triplet: 12, 1C and 12. RGB value is (18,28,18). Sum of RGB (Red+Green+Blue) = 18+28+18=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 28 (11.33% from 255 or 43.75% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 28 - color contains mainly: green. Hex color #121C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121C12 is #EDE3ED. Grayscale: #171717. Windows color (decimal): -15590382 or 1186834. OLE color: 1186834.

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

Color convert

RGB 18 28 18 -
CMYK 0.36 0 0.36 0.89
HSL 120º 0.22% 0.09% -
HSV(B) 120º 0.36% 0.11% -
XYZ 0.77 1 0.73 -
YUV 23.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 18 28 18 0.36 0 0.36 0.89 120 0.22 0.09
Hex 12 1C 12 24 0 24 59 78 16 9
Octal 22 34 22 44 0 44 131 170 26 11
Binary 10010 11100 10010 100100 0 100100 1011001 1111000 10110 1001

Color Harmonies of #121C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C12

Black with #121C12

Text Example


Text Example

White with #121C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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