Html Css Color HEX #101911 Black Bean

📋 copy color: '#101911'

red 16 ◦ green 25 ◦ blue 17

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

Shades of Black Bean #101911

Tints of Black Bean #101911

RGB

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

 GREEN value IS 25 (10.16% from 255) = 43.1%

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

R = 27.59%
G = 43.1%
B = 29.31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.90

RGB Variations

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

Color information

#101911 (or 0x101911) is known color: Black Bean. HEX triplet: 10, 19 and 11. RGB value is (16,25,17). Sum of RGB (Red+Green+Blue) = 16+25+17=58 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.59% from 58); Green value is 25 (10.16% from 255 or 43.10% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 25 - color contains mainly: green. Hex color #101911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101911 is #EFE6EE. Grayscale: #151515. Windows color (decimal): -15722223 or 1120528. OLE color: 1120528.

HSL color Cylindrical-coordinate representation of color #101911: hue angle of 126.67º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #101911 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.90.

Color convert

RGB 16 25 17 -
CMYK 0.36 0 0.32 0.90
HSL 126.67º 0.22% 0.08% -
HSV(B) 126.67º 0.36% 0.1% -
XYZ 0.66 0.85 0.66 -
YUV 21.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 16 25 17 0.36 0 0.32 0.90 126.67 0.22 0.08
Hex 10 19 11 24 0 20 5A 7F 16 8
Octal 20 31 21 44 0 40 132 177 26 10
Binary 10000 11001 10001 100100 0 100000 1011010 1111111 10110 1000

Color Harmonies of #101911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101911

Black with #101911

Text Example


Text Example

White with #101911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101911; }

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

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

background-color css

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

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

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

border-color css

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

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

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