Html Css Color HEX #101C11 Black Bean

📋 copy color: '#101C11'

red 16 ◦ green 28 ◦ blue 17

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

Shades of Black Bean #101C11

Tints of Black Bean #101C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 45.9%

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

R = 26.23%
G = 45.9%
B = 27.87%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.39

 K value IS 0.89

RGB Variations

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

Color information

#101C11 (or 0x101C11) is known color: Black Bean. HEX triplet: 10, 1C and 11. RGB value is (16,28,17). Sum of RGB (Red+Green+Blue) = 16+28+17=61 (8% of max value = 765). Red value is 16 (6.64% from 255 or 26.23% from 61); Green value is 28 (11.33% from 255 or 45.90% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 28 - color contains mainly: green. Hex color #101C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101C11 is #EFE3EE. Grayscale: #171717. Windows color (decimal): -15721455 or 1121296. OLE color: 1121296.

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

Color convert

RGB 16 28 17 -
CMYK 0.43 0 0.39 0.89
HSL 125º 0.27% 0.09% -
HSV(B) 125º 0.43% 0.11% -
XYZ 0.73 0.98 0.68 -
YUV 23.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 16 28 17 0.43 0 0.39 0.89 125 0.27 0.09
Hex 10 1C 11 2B 0 27 59 7D 1B 9
Octal 20 34 21 53 0 47 131 175 33 11
Binary 10000 11100 10001 101011 0 100111 1011001 1111101 11011 1001

Color Harmonies of #101C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101C11

Black with #101C11

Text Example


Text Example

White with #101C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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