#121B12

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

Shades of Black Bean #121B12

Tints of Black Bean #121B12

Color information

#121B12 (or 0x121B12) is unknown color: approx Black Bean. HEX triplet: 12, 1B and 12. RGB value is (18,27,18). Sum of RGB (Red+Green+Blue) = 18+27+18=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 27 (10.94% from 255 or 42.86% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 27 - color contains mainly: green. Hex color #121B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121B12 is #EDE4ED. Grayscale: #171717. Windows color (decimal): -15590638 or 1186578. OLE color: 1186578.

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

Color convert

RGB182718-
CMYK0.3300.330.89
HSL120º20%8.82%-
HSV(B)120º33.33%10.59%-
XYZ0.750.960.72-
YUV23.28125.02124.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.57%
GREEN value IS 27 (10.94% from 255) = 42.86%
BLUE value IS 18 (7.42% from 255) = 28.57%
R=28.57%
G=42.86%
B=28.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1827180.3300.330.89120208.82
Hex121B12210215978149
Octal223322410411311702411
Binary100101101110010100001010000110110011111000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #121B12;
 }
 .AnyTagClassName
 {
   color: #121B12;
 }
</style>
background-color css

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

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

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

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

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

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