Html Css Color HEX #101E14 Black Bean

📋 copy color: '#101E14'

red 16 ◦ green 30 ◦ blue 20

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

Shades of Black Bean #101E14

Tints of Black Bean #101E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 30.3%

R = 24.24%
G = 45.45%
B = 30.3%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.88

RGB Variations

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

Color information

#101E14 (or 0x101E14) is known color: Black Bean. HEX triplet: 10, 1E and 14. RGB value is (16,30,20). Sum of RGB (Red+Green+Blue) = 16+30+20=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 30 (12.11% from 255 or 45.45% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 30 - color contains mainly: green. Hex color #101E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101E14 is #EFE1EB. Grayscale: #181818. Windows color (decimal): -15720940 or 1318416. OLE color: 1318416.

HSL color Cylindrical-coordinate representation of color #101E14: hue angle of 137.14º 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 #101E14 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.88.

Color convert

RGB 16 30 20 -
CMYK 0.47 0 0.33 0.88
HSL 137.14º 0.3% 0.09% -
HSV(B) 137.14º 0.47% 0.12% -
XYZ 0.8 1.09 0.83 -
YUV 24.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 16 30 20 0.47 0 0.33 0.88 137.14 0.3 0.09
Hex 10 1E 14 2F 0 21 58 89 1E 9
Octal 20 36 24 57 0 41 130 211 36 11
Binary 10000 11110 10100 101111 0 100001 1011000 10001001 11110 1001

Color Harmonies of #101E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101E14

Black with #101E14

Text Example


Text Example

White with #101E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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