Html Css Color HEX #101712 Black Bean

📋 copy color: '#101712'

red 16 ◦ green 23 ◦ blue 18

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

Shades of Black Bean #101712

Tints of Black Bean #101712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 40.35%

 BLUE value IS 18 (7.42% from 255) = 31.58%

R = 28.07%
G = 40.35%
B = 31.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.22

 K value IS 0.91

RGB Variations

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

Color information

#101712 (or 0x101712) is known color: Black Bean. HEX triplet: 10, 17 and 12. RGB value is (16,23,18). Sum of RGB (Red+Green+Blue) = 16+23+18=57 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.07% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 23 - color contains mainly: green. Hex color #101712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101712 is #EFE8ED. Grayscale: #141414. Windows color (decimal): -15722734 or 1185552. OLE color: 1185552.

HSL color Cylindrical-coordinate representation of color #101712: hue angle of 137.14º degrees, saturation: 0.18, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #101712 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.91.

Color convert

RGB 16 23 18 -
CMYK 0.30 0 0.22 0.91
HSL 137.14º 0.18% 0.08% -
HSV(B) 137.14º 0.3% 0.09% -
XYZ 0.63 0.77 0.69 -
YUV 20.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 16 23 18 0.30 0 0.22 0.91 137.14 0.18 0.08
Hex 10 17 12 1E 0 16 5B 89 12 8
Octal 20 27 22 36 0 26 133 211 22 10
Binary 10000 10111 10010 11110 0 10110 1011011 10001001 10010 1000

Color Harmonies of #101712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101712

Black with #101712

Text Example


Text Example

White with #101712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101712; }

 p { color: rgb(16,23,18); }

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

background-color css

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

 a { background-color: rgb(16,23,18); }

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

border-color css

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

 span { border-color: rgb(16,23,18); }

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