Html Css Color HEX #101510 Black Bean

📋 copy color: '#101510'

red 16 ◦ green 21 ◦ blue 16

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

Shades of Black Bean #101510

Tints of Black Bean #101510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 39.62%

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

R = 30.19%
G = 39.62%
B = 30.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.92

RGB Variations

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

Color information

#101510 (or 0x101510) is known color: Black Bean. HEX triplet: 10, 15 and 10. RGB value is (16,21,16). Sum of RGB (Red+Green+Blue) = 16+21+16=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 21 - color contains mainly: green. Hex color #101510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101510 is #EFEAEF. Grayscale: #121212. Windows color (decimal): -15723248 or 1053968. OLE color: 1053968.

HSL color Cylindrical-coordinate representation of color #101510: hue angle of 120º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #101510 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.92.

Color convert

RGB 16 21 16 -
CMYK 0.24 0 0.24 0.92
HSL 120º 0.14% 0.07% -
HSV(B) 120º 0.24% 0.08% -
XYZ 0.58 0.68 0.59 -
YUV 18.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 16 21 16 0.24 0 0.24 0.92 120 0.14 0.07
Hex 10 15 10 18 0 18 5C 78 E 7
Octal 20 25 20 30 0 30 134 170 16 7
Binary 10000 10101 10000 11000 0 11000 1011100 1111000 1110 111

Color Harmonies of #101510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101510

Black with #101510

Text Example


Text Example

White with #101510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101510; }

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

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

background-color css

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

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

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

border-color css

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

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

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