Html Css Color HEX #101813 Black Bean

📋 copy color: '#101813'

red 16 ◦ green 24 ◦ blue 19

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

Shades of Black Bean #101813

Tints of Black Bean #101813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 32.2%

R = 27.12%
G = 40.68%
B = 32.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.91

RGB Variations

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

Color information

#101813 (or 0x101813) is known color: Black Bean. HEX triplet: 10, 18 and 13. RGB value is (16,24,19). Sum of RGB (Red+Green+Blue) = 16+24+19=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 24 - color contains mainly: green. Hex color #101813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101813 is #EFE7EC. Grayscale: #151515. Windows color (decimal): -15722477 or 1251344. OLE color: 1251344.

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

Color convert

RGB 16 24 19 -
CMYK 0.33 0 0.21 0.91
HSL 142.5º 0.2% 0.08% -
HSV(B) 142.5º 0.33% 0.09% -
XYZ 0.66 0.81 0.74 -
YUV 21.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 16 24 19 0.33 0 0.21 0.91 142.5 0.2 0.08
Hex 10 18 13 21 0 15 5B 8E 14 8
Octal 20 30 23 41 0 25 133 216 24 10
Binary 10000 11000 10011 100001 0 10101 1011011 10001110 10100 1000

Color Harmonies of #101813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101813

Black with #101813

Text Example


Text Example

White with #101813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101813; }

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

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

background-color css

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

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

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

border-color css

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

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

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