Html Css Color HEX #101710 Black Bean

📋 copy color: '#101710'

red 16 ◦ green 23 ◦ blue 16

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

Shades of Black Bean #101710

Tints of Black Bean #101710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 29.09%

R = 29.09%
G = 41.82%
B = 29.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.91

RGB Variations

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

Color information

#101710 (or 0x101710) is known color: Black Bean. HEX triplet: 10, 17 and 10. RGB value is (16,23,16). Sum of RGB (Red+Green+Blue) = 16+23+16=55 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.09% from 55); Green value is 23 (9.38% from 255 or 41.82% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 23 - color contains mainly: green. Hex color #101710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101710 is #EFE8EF. Grayscale: #141414. Windows color (decimal): -15722736 or 1054480. OLE color: 1054480.

HSL color Cylindrical-coordinate representation of color #101710: hue angle of 120º 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 #101710 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.91.

Color convert

RGB 16 23 16 -
CMYK 0.30 0 0.30 0.91
HSL 120º 0.18% 0.08% -
HSV(B) 120º 0.3% 0.09% -
XYZ 0.61 0.76 0.6 -
YUV 20.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 16 23 16 0.30 0 0.30 0.91 120 0.18 0.08
Hex 10 17 10 1E 0 1E 5B 78 12 8
Octal 20 27 20 36 0 36 133 170 22 10
Binary 10000 10111 10000 11110 0 11110 1011011 1111000 10010 1000

Color Harmonies of #101710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101710

Black with #101710

Text Example


Text Example

White with #101710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101710; }

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

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

background-color css

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

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

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

border-color css

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

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

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