Html Css Color HEX #101D11 Black Bean

📋 copy color: '#101D11'

red 16 ◦ green 29 ◦ blue 17

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

Shades of Black Bean #101D11

Tints of Black Bean #101D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 46.77%

 BLUE value IS 17 (7.03% from 255) = 27.42%

R = 25.81%
G = 46.77%
B = 27.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.41

 K value IS 0.89

RGB Variations

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

Color information

#101D11 (or 0x101D11) is known color: Black Bean. HEX triplet: 10, 1D and 11. RGB value is (16,29,17). Sum of RGB (Red+Green+Blue) = 16+29+17=62 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.81% from 62); Green value is 29 (11.72% from 255 or 46.77% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 29 - color contains mainly: green. Hex color #101D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101D11 is #EFE2EE. Grayscale: #171717. Windows color (decimal): -15721199 or 1121552. OLE color: 1121552.

HSL color Cylindrical-coordinate representation of color #101D11: hue angle of 124.62º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #101D11 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.

Color convert

RGB 16 29 17 -
CMYK 0.45 0 0.41 0.89
HSL 124.62º 0.29% 0.09% -
HSV(B) 124.62º 0.45% 0.11% -
XYZ 0.75 1.03 0.69 -
YUV 23.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 16 29 17 0.45 0 0.41 0.89 124.62 0.29 0.09
Hex 10 1D 11 2D 0 29 59 7D 1D 9
Octal 20 35 21 55 0 51 131 175 35 11
Binary 10000 11101 10001 101101 0 101001 1011001 1111101 11101 1001

Color Harmonies of #101D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101D11

Black with #101D11

Text Example


Text Example

White with #101D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,29,17); }

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

background-color css

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

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

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

border-color css

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

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

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