Html Css Color HEX #101D13 Black Bean

📋 copy color: '#101D13'

red 16 ◦ green 29 ◦ blue 19

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

Shades of Black Bean #101D13

Tints of Black Bean #101D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 29.69%

R = 25%
G = 45.31%
B = 29.69%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.89

RGB Variations

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

Color information

#101D13 (or 0x101D13) is known color: Black Bean. HEX triplet: 10, 1D and 13. RGB value is (16,29,19). Sum of RGB (Red+Green+Blue) = 16+29+19=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 29 (11.72% from 255 or 45.31% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 29 - color contains mainly: green. Hex color #101D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101D13 is #EFE2EC. Grayscale: #181818. Windows color (decimal): -15721197 or 1252624. OLE color: 1252624.

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

Color convert

RGB 16 29 19 -
CMYK 0.45 0 0.34 0.89
HSL 133.85º 0.29% 0.09% -
HSV(B) 133.85º 0.45% 0.11% -
XYZ 0.77 1.04 0.78 -
YUV 23.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 16 29 19 0.45 0 0.34 0.89 133.85 0.29 0.09
Hex 10 1D 13 2D 0 22 59 86 1D 9
Octal 20 35 23 55 0 42 131 206 35 11
Binary 10000 11101 10011 101101 0 100010 1011001 10000110 11101 1001

Color Harmonies of #101D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101D13

Black with #101D13

Text Example


Text Example

White with #101D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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