Html Css Color HEX #121A12 Black Bean

📋 copy color: '#121A12'

red 18 ◦ green 26 ◦ blue 18

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

Shades of Black Bean #121A12

Tints of Black Bean #121A12

RGB

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

 GREEN value IS 26 (10.55% from 255) = 41.94%

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

R = 29.03%
G = 41.94%
B = 29.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.31

 K value IS 0.90

RGB Variations

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

Color information

#121A12 (or 0x121A12) is known color: Black Bean. HEX triplet: 12, 1A and 12. RGB value is (18,26,18). Sum of RGB (Red+Green+Blue) = 18+26+18=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 26 (10.55% from 255 or 41.94% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 26 - color contains mainly: green. Hex color #121A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121A12 is #EDE5ED. Grayscale: #161616. Windows color (decimal): -15590894 or 1186322. OLE color: 1186322.

HSL color Cylindrical-coordinate representation of color #121A12: hue angle of 120º degrees, saturation: 0.18, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #121A12 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 26 18 -
CMYK 0.31 0 0.31 0.90
HSL 120º 0.18% 0.09% -
HSV(B) 120º 0.31% 0.1% -
XYZ 0.73 0.91 0.71 -
YUV 22.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 18 26 18 0.31 0 0.31 0.90 120 0.18 0.09
Hex 12 1A 12 1F 0 1F 5A 78 12 9
Octal 22 32 22 37 0 37 132 170 22 11
Binary 10010 11010 10010 11111 0 11111 1011010 1111000 10010 1001

Color Harmonies of #121A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A12

Black with #121A12

Text Example


Text Example

White with #121A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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