Html Css Color HEX #101C14 Black Bean

📋 copy color: '#101C14'

red 16 ◦ green 28 ◦ blue 20

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

Shades of Black Bean #101C14

Tints of Black Bean #101C14

RGB

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

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

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

R = 25%
G = 43.75%
B = 31.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.89

RGB Variations

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

Color information

#101C14 (or 0x101C14) is known color: Black Bean. HEX triplet: 10, 1C and 14. RGB value is (16,28,20). Sum of RGB (Red+Green+Blue) = 16+28+20=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 28 (11.33% from 255 or 43.75% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 28 - color contains mainly: green. Hex color #101C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101C14 is #EFE3EB. Grayscale: #171717. Windows color (decimal): -15721452 or 1317904. OLE color: 1317904.

HSL color Cylindrical-coordinate representation of color #101C14: hue angle of 140º 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 #101C14 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.89.

Color convert

RGB 16 28 20 -
CMYK 0.43 0 0.29 0.89
HSL 140º 0.27% 0.09% -
HSV(B) 140º 0.43% 0.11% -
XYZ 0.76 0.99 0.81 -
YUV 23.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 16 28 20 0.43 0 0.29 0.89 140 0.27 0.09
Hex 10 1C 14 2B 0 1D 59 8C 1B 9
Octal 20 34 24 53 0 35 131 214 33 11
Binary 10000 11100 10100 101011 0 11101 1011001 10001100 11011 1001

Color Harmonies of #101C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101C14

Black with #101C14

Text Example


Text Example

White with #101C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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