#121D12

Color #121D12 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #121D12

Tints of Black Bean #121D12

Color information

#121D12 (or 0x121D12) is unknown color: approx 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

RGB182918-
CMYK0.3800.380.89
HSL120º23.4%9.22%-
HSV(B)120º37.93%11.37%-
XYZ0.81.050.73-
YUV24.46124.36123.39-

RGB Variations

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

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 (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1829180.3800.380.8912023.49.22
Hex121D12260265978179
Octal223522460461311702711
Binary100101110110010100110010011010110011111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>