Html Css Color HEX #101512 Black Bean

📋 copy color: '#101512'

red 16 ◦ green 21 ◦ blue 18

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

Shades of Black Bean #101512

Tints of Black Bean #101512

RGB

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

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

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

R = 29.09%
G = 38.18%
B = 32.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.92

RGB Variations

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

Color information

#101512 (or 0x101512) is known color: Black Bean. HEX triplet: 10, 15 and 12. RGB value is (16,21,18). Sum of RGB (Red+Green+Blue) = 16+21+18=55 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.09% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 21 - color contains mainly: green. Hex color #101512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101512 is #EFEAED. Grayscale: #131313. Windows color (decimal): -15723246 or 1185040. OLE color: 1185040.

HSL color Cylindrical-coordinate representation of color #101512: hue angle of 144º 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 #101512 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB 16 21 18 -
CMYK 0.24 0 0.14 0.92
HSL 144º 0.14% 0.07% -
HSV(B) 144º 0.24% 0.08% -
XYZ 0.59 0.69 0.67 -
YUV 19.16 127.34 125.74 -
System Red Green Blue C M Y K H S L
Decimal 16 21 18 0.24 0 0.14 0.92 144 0.14 0.07
Hex 10 15 12 18 0 E 5C 90 E 7
Octal 20 25 22 30 0 16 134 220 16 7
Binary 10000 10101 10010 11000 0 1110 1011100 10010000 1110 111

Color Harmonies of #101512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101512

Black with #101512

Text Example


Text Example

White with #101512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101512; }

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

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

background-color css

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

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

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

border-color css

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

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

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