Html Css Color HEX #101E11 Black Bean

📋 copy color: '#101E11'

red 16 ◦ green 30 ◦ blue 17

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

Shades of Black Bean #101E11

Tints of Black Bean #101E11

RGB

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

 GREEN value IS 30 (12.11% from 255) = 47.62%

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

R = 25.4%
G = 47.62%
B = 26.98%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.43

 K value IS 0.88

RGB Variations

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

Color information

#101E11 (or 0x101E11) is known color: Black Bean. HEX triplet: 10, 1E and 11. RGB value is (16,30,17). Sum of RGB (Red+Green+Blue) = 16+30+17=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 30 (12.11% from 255 or 47.62% from 63); Blue value is 17 (7.03% from 255 or 26.98% from 63); Max value from RGB is 30 - color contains mainly: green. Hex color #101E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101E11 is #EFE1EE. Grayscale: #181818. Windows color (decimal): -15720943 or 1121808. OLE color: 1121808.

HSL color Cylindrical-coordinate representation of color #101E11: hue angle of 124.29º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #101E11 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.88.

Color convert

RGB 16 30 17 -
CMYK 0.47 0 0.43 0.88
HSL 124.29º 0.3% 0.09% -
HSV(B) 124.29º 0.47% 0.12% -
XYZ 0.78 1.08 0.7 -
YUV 24.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 16 30 17 0.47 0 0.43 0.88 124.29 0.3 0.09
Hex 10 1E 11 2F 0 2B 58 7C 1E 9
Octal 20 36 21 57 0 53 130 174 36 11
Binary 10000 11110 10001 101111 0 101011 1011000 1111100 11110 1001

Color Harmonies of #101E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101E11

Black with #101E11

Text Example


Text Example

White with #101E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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