Html Css Color HEX #101C13 Black Bean

📋 copy color: '#101C13'

red 16 ◦ green 28 ◦ blue 19

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

Shades of Black Bean #101C13

Tints of Black Bean #101C13

RGB

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

 GREEN value IS 28 (11.33% from 255) = 44.44%

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

R = 25.4%
G = 44.44%
B = 30.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.89

RGB Variations

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

Color information

#101C13 (or 0x101C13) is known color: Black Bean. HEX triplet: 10, 1C and 13. RGB value is (16,28,19). Sum of RGB (Red+Green+Blue) = 16+28+19=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 28 - color contains mainly: green. Hex color #101C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101C13 is #EFE3EC. Grayscale: #171717. Windows color (decimal): -15721453 or 1252368. OLE color: 1252368.

HSL color Cylindrical-coordinate representation of color #101C13: hue angle of 135º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #101C13 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.89.

Color convert

RGB 16 28 19 -
CMYK 0.43 0 0.32 0.89
HSL 135º 0.27% 0.09% -
HSV(B) 135º 0.43% 0.11% -
XYZ 0.75 0.99 0.77 -
YUV 23.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 16 28 19 0.43 0 0.32 0.89 135 0.27 0.09
Hex 10 1C 13 2B 0 20 59 87 1B 9
Octal 20 34 23 53 0 40 131 207 33 11
Binary 10000 11100 10011 101011 0 100000 1011001 10000111 11011 1001

Color Harmonies of #101C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101C13

Black with #101C13

Text Example


Text Example

White with #101C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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