#121E13

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

Shades of Black Bean #121E13

Tints of Black Bean #121E13

Color information

#121E13 (or 0x121E13) is unknown color: approx Black Bean. HEX triplet: 12, 1E and 13. RGB value is (18,30,19). Sum of RGB (Red+Green+Blue) = 18+30+19=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 30 (12.11% from 255 or 44.78% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 30 - color contains mainly: green. Hex color #121E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121E13 is #EDE1EC. Grayscale: #191919. Windows color (decimal): -15589869 or 1252882. OLE color: 1252882.

HSL color Cylindrical-coordinate representation of color #121E13: hue angle of 125º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #121E13 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.88.

Color convert

RGB183019-
CMYK0.4000.370.88
HSL125º25%9.41%-
HSV(B)125º40%11.76%-
XYZ0.831.10.79-
YUV25.16124.52122.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.87%
GREEN value IS 30 (12.11% from 255) = 44.78%
BLUE value IS 19 (7.81% from 255) = 28.36%
R=26.87%
G=44.78%
B=28.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1830190.4000.370.88125259.41
Hex121E1328025587d199
Octal223623500451301753111
Binary100101111010011101000010010110110001111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,30,19); }

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

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

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

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

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

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

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