Html Css Color HEX #101F13 Black Bean

📋 copy color: '#101F13'

red 16 ◦ green 31 ◦ blue 19

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

Shades of Black Bean #101F13

Tints of Black Bean #101F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 46.97%

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

R = 24.24%
G = 46.97%
B = 28.79%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.39

 K value IS 0.88

RGB Variations

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

Color information

#101F13 (or 0x101F13) is known color: Black Bean. HEX triplet: 10, 1F and 13. RGB value is (16,31,19). Sum of RGB (Red+Green+Blue) = 16+31+19=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 31 - color contains mainly: green. Hex color #101F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101F13 is #EFE0EC. Grayscale: #191919. Windows color (decimal): -15720685 or 1253136. OLE color: 1253136.

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

Color convert

RGB 16 31 19 -
CMYK 0.48 0 0.39 0.88
HSL 132º 0.32% 0.09% -
HSV(B) 132º 0.48% 0.12% -
XYZ 0.82 1.14 0.79 -
YUV 25.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 16 31 19 0.48 0 0.39 0.88 132 0.32 0.09
Hex 10 1F 13 30 0 27 58 84 20 9
Octal 20 37 23 60 0 47 130 204 40 11
Binary 10000 11111 10011 110000 0 100111 1011000 10000100 100000 1001

Color Harmonies of #101F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101F13

Black with #101F13

Text Example


Text Example

White with #101F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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