Html Css Color HEX #101812 Black Bean

📋 copy color: '#101812'

red 16 ◦ green 24 ◦ blue 18

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

Shades of Black Bean #101812

Tints of Black Bean #101812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 41.38%

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

R = 27.59%
G = 41.38%
B = 31.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#101812 (or 0x101812) is known color: Black Bean. HEX triplet: 10, 18 and 12. RGB value is (16,24,18). Sum of RGB (Red+Green+Blue) = 16+24+18=58 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.59% from 58); Green value is 24 (9.77% from 255 or 41.38% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 24 - color contains mainly: green. Hex color #101812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101812 is #EFE7ED. Grayscale: #141414. Windows color (decimal): -15722478 or 1185808. OLE color: 1185808.

HSL color Cylindrical-coordinate representation of color #101812: hue angle of 135º degrees, saturation: 0.2, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #101812 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB 16 24 18 -
CMYK 0.33 0 0.25 0.91
HSL 135º 0.2% 0.08% -
HSV(B) 135º 0.33% 0.09% -
XYZ 0.65 0.81 0.69 -
YUV 20.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 16 24 18 0.33 0 0.25 0.91 135 0.2 0.08
Hex 10 18 12 21 0 19 5B 87 14 8
Octal 20 30 22 41 0 31 133 207 24 10
Binary 10000 11000 10010 100001 0 11001 1011011 10000111 10100 1000

Color Harmonies of #101812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101812

Black with #101812

Text Example


Text Example

White with #101812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101812; }

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

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

background-color css

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

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

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

border-color css

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

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

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