Html Css Color HEX #101B13 Black Bean

📋 copy color: '#101B13'

red 16 ◦ green 27 ◦ blue 19

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

Shades of Black Bean #101B13

Tints of Black Bean #101B13

RGB

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

 GREEN value IS 27 (10.94% from 255) = 43.55%

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

R = 25.81%
G = 43.55%
B = 30.65%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.30

 K value IS 0.89

RGB Variations

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

Color information

#101B13 (or 0x101B13) is known color: Black Bean. HEX triplet: 10, 1B and 13. RGB value is (16,27,19). Sum of RGB (Red+Green+Blue) = 16+27+19=62 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.81% from 62); Green value is 27 (10.94% from 255 or 43.55% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 27 - color contains mainly: green. Hex color #101B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101B13 is #EFE4EC. Grayscale: #161616. Windows color (decimal): -15721709 or 1252112. OLE color: 1252112.

HSL color Cylindrical-coordinate representation of color #101B13: hue angle of 136.36º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #101B13 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.89.

Color convert

RGB 16 27 19 -
CMYK 0.41 0 0.30 0.89
HSL 136.36º 0.26% 0.08% -
HSV(B) 136.36º 0.41% 0.11% -
XYZ 0.72 0.94 0.76 -
YUV 22.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 16 27 19 0.41 0 0.30 0.89 136.36 0.26 0.08
Hex 10 1B 13 29 0 1E 59 88 1A 8
Octal 20 33 23 51 0 36 131 210 32 10
Binary 10000 11011 10011 101001 0 11110 1011001 10001000 11010 1000

Color Harmonies of #101B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101B13

Black with #101B13

Text Example


Text Example

White with #101B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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