#101A12

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

Shades of Black Bean #101A12

Tints of Black Bean #101A12

Color information

#101A12 (or 0x101A12) is unknown color: approx Black Bean. HEX triplet: 10, 1A and 12. RGB value is (16,26,18). Sum of RGB (Red+Green+Blue) = 16+26+18=60 (7% of max value = 765). Red value is 16 (6.64% from 255 or 26.67% from 60); Green value is 26 (10.55% from 255 or 43.33% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 26 - color contains mainly: green. Hex color #101A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101A12 is #EFE5ED. Grayscale: #161616. Windows color (decimal): -15721966 or 1186320. OLE color: 1186320.

HSL color Cylindrical-coordinate representation of color #101A12: hue angle of 132º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #101A12 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.90.

Color convert

RGB162618-
CMYK0.3800.310.90
HSL132º23.81%8.24%-
HSV(B)132º38.46%10.2%-
XYZ0.690.890.71-
YUV22.1125.69123.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 26.67%
GREEN value IS 26 (10.55% from 255) = 43.33%
BLUE value IS 18 (7.42% from 255) = 30%
R=26.67%
G=43.33%
B=30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1626180.3800.310.9013223.818.24
Hex101A122601F5A84188
Octal203222460371322043010
Binary100001101010010100110011111101101010000100110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101A12; }

 p { color: rgb(16,26,18); }

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

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

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

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

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

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

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