Html Css Color HEX #101611 Black Bean

📋 copy color: '#101611'

red 16 ◦ green 22 ◦ blue 17

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

Shades of Black Bean #101611

Tints of Black Bean #101611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 40%

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

R = 29.09%
G = 40%
B = 30.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.91

RGB Variations

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

Color information

#101611 (or 0x101611) is known color: Black Bean. HEX triplet: 10, 16 and 11. RGB value is (16,22,17). Sum of RGB (Red+Green+Blue) = 16+22+17=55 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.09% from 55); Green value is 22 (8.98% from 255 or 40% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 22 - color contains mainly: green. Hex color #101611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101611 is #EFE9EE. Grayscale: #131313. Windows color (decimal): -15722991 or 1119760. OLE color: 1119760.

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

Color convert

RGB 16 22 17 -
CMYK 0.27 0 0.23 0.91
HSL 130º 0.16% 0.07% -
HSV(B) 130º 0.27% 0.09% -
XYZ 0.6 0.72 0.64 -
YUV 19.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 16 22 17 0.27 0 0.23 0.91 130 0.16 0.07
Hex 10 16 11 1B 0 17 5B 82 10 7
Octal 20 26 21 33 0 27 133 202 20 7
Binary 10000 10110 10001 11011 0 10111 1011011 10000010 10000 111

Color Harmonies of #101611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101611

Black with #101611

Text Example


Text Example

White with #101611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101611; }

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

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

background-color css

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

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

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

border-color css

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

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

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