Html Css Color HEX #101B11 Black Bean

📋 copy color: '#101B11'

red 16 ◦ green 27 ◦ blue 17

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

Shades of Black Bean #101B11

Tints of Black Bean #101B11

RGB

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

 GREEN value IS 27 (10.94% from 255) = 45%

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

R = 26.67%
G = 45%
B = 28.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0.89

RGB Variations

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

Color information

#101B11 (or 0x101B11) is known color: Black Bean. HEX triplet: 10, 1B and 11. RGB value is (16,27,17). Sum of RGB (Red+Green+Blue) = 16+27+17=60 (7% of max value = 765). Red value is 16 (6.64% from 255 or 26.67% from 60); Green value is 27 (10.94% from 255 or 45% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 27 - color contains mainly: green. Hex color #101B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101B11 is #EFE4EE. Grayscale: #161616. Windows color (decimal): -15721711 or 1121040. OLE color: 1121040.

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

Color convert

RGB 16 27 17 -
CMYK 0.41 0 0.37 0.89
HSL 125.45º 0.26% 0.08% -
HSV(B) 125.45º 0.41% 0.11% -
XYZ 0.71 0.93 0.67 -
YUV 22.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 16 27 17 0.41 0 0.37 0.89 125.45 0.26 0.08
Hex 10 1B 11 29 0 25 59 7D 1A 8
Octal 20 33 21 51 0 45 131 175 32 10
Binary 10000 11011 10001 101001 0 100101 1011001 1111101 11010 1000

Color Harmonies of #101B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101B11

Black with #101B11

Text Example


Text Example

White with #101B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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