Html Css Color HEX #101410 Black Bean

📋 copy color: '#101410'

red 16 ◦ green 20 ◦ blue 16

#101410
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #101410

Tints of Black Bean #101410

RGB

 RED value IS 16 (6.64% from 255) = 30.77%

 GREEN value IS 20 (8.2% from 255) = 38.46%

 BLUE value IS 16 (6.64% from 255) = 30.77%

R = 30.77%
G = 38.46%
B = 30.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.92

RGB Variations

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

Color information

#101410 (or 0x101410) is known color: Black Bean. HEX triplet: 10, 14 and 10. RGB value is (16,20,16). Sum of RGB (Red+Green+Blue) = 16+20+16=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 20 (8.20% from 255 or 38.46% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 20 - color contains mainly: green. Hex color #101410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101410 is #EFEBEF. Grayscale: #121212. Windows color (decimal): -15723504 or 1053712. OLE color: 1053712.

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

Color convert

RGB 16 20 16 -
CMYK 0.20 0 0.20 0.92
HSL 120º 0.11% 0.07% -
HSV(B) 120º 0.2% 0.08% -
XYZ 0.56 0.65 0.59 -
YUV 18.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 16 20 16 0.20 0 0.20 0.92 120 0.11 0.07
Hex 10 14 10 14 0 14 5C 78 B 7
Octal 20 24 20 24 0 24 134 170 13 7
Binary 10000 10100 10000 10100 0 10100 1011100 1111000 1011 111

Color Harmonies of #101410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101410

Black with #101410

Text Example


Text Example

White with #101410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101410; }

 p { color: rgb(16,20,16); }

 H1.HeaderClassName
 {
   color: #101410;
 }
 .AnyTagClassName
 {
   color: #101410;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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