#121B13

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

Shades of Black Bean #121B13

Tints of Black Bean #121B13

Color information

#121B13 (or 0x121B13) is unknown color: approx Black Bean. HEX triplet: 12, 1B and 13. RGB value is (18,27,19). Sum of RGB (Red+Green+Blue) = 18+27+19=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 27 (10.94% from 255 or 42.19% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 27 - color contains mainly: green. Hex color #121B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121B13 is #EDE4EC. Grayscale: #171717. Windows color (decimal): -15590637 or 1252114. OLE color: 1252114.

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

Color convert

RGB182719-
CMYK0.3300.300.89
HSL126.67º20%8.82%-
HSV(B)126.67º33.33%10.59%-
XYZ0.760.960.76-
YUV23.4125.52124.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.12%
GREEN value IS 27 (10.94% from 255) = 42.19%
BLUE value IS 19 (7.81% from 255) = 29.69%
R=28.12%
G=42.19%
B=29.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1827190.3300.300.89126.67208.82
Hex121B132101E597f149
Octal223323410361311772411
Binary10010110111001110000101111010110011111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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