#121813

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

Shades of Black Bean #121813

Tints of Black Bean #121813

Color information

#121813 (or 0x121813) is unknown color: approx Black Bean. HEX triplet: 12, 18 and 13. RGB value is (18,24,19). Sum of RGB (Red+Green+Blue) = 18+24+19=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 24 - color contains mainly: green. Hex color #121813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121813 is #EDE7EC. Grayscale: #151515. Windows color (decimal): -15591405 or 1251346. OLE color: 1251346.

HSL color Cylindrical-coordinate representation of color #121813: hue angle of 130º degrees, saturation: 0.14, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #121813 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.91.

Color convert

RGB182419-
CMYK0.2500.210.91
HSL130º14.29%8.24%-
HSV(B)130º25%9.41%-
XYZ0.690.830.74-
YUV21.64126.51125.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 29.51%
GREEN value IS 24 (9.77% from 255) = 39.34%
BLUE value IS 19 (7.81% from 255) = 31.15%
R=29.51%
G=39.34%
B=31.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1824190.2500.210.9113014.298.24
Hex121813190155B82e8
Octal223023310251332021610
Binary1001011000100111100101010110110111000001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121813; }

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

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

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

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

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

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

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

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