Html Css Color HEX #101D15 Black Bean

📋 copy color: '#101D15'

red 16 ◦ green 29 ◦ blue 21

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

Shades of Black Bean #101D15

Tints of Black Bean #101D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 43.94%

 BLUE value IS 21 (8.59% from 255) = 31.82%

R = 24.24%
G = 43.94%
B = 31.82%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.28

 K value IS 0.89

RGB Variations

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

Color information

#101D15 (or 0x101D15) is known color: Black Bean. HEX triplet: 10, 1D and 15. RGB value is (16,29,21). Sum of RGB (Red+Green+Blue) = 16+29+21=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 29 (11.72% from 255 or 43.94% from 66); Blue value is 21 (8.59% from 255 or 31.82% from 66); Max value from RGB is 29 - color contains mainly: green. Hex color #101D15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101D15 is #EFE2EA. Grayscale: #181818. Windows color (decimal): -15721195 or 1383696. OLE color: 1383696.

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

Color convert

RGB 16 29 21 -
CMYK 0.45 0 0.28 0.89
HSL 143.08º 0.29% 0.09% -
HSV(B) 143.08º 0.45% 0.11% -
XYZ 0.79 1.04 0.87 -
YUV 24.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 16 29 21 0.45 0 0.28 0.89 143.08 0.29 0.09
Hex 10 1D 15 2D 0 1C 59 8F 1D 9
Octal 20 35 25 55 0 34 131 217 35 11
Binary 10000 11101 10101 101101 0 11100 1011001 10001111 11101 1001

Color Harmonies of #101D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101D15

Black with #101D15

Text Example


Text Example

White with #101D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,29,21); }

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

background-color css

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

 a { background-color: rgb(16,29,21); }

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

border-color css

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

 span { border-color: rgb(16,29,21); }

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