Html Css Color HEX #101C12 Black Bean

📋 copy color: '#101C12'

red 16 ◦ green 28 ◦ blue 18

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

Shades of Black Bean #101C12

Tints of Black Bean #101C12

RGB

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

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

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

R = 25.81%
G = 45.16%
B = 29.03%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.36

 K value IS 0.89

RGB Variations

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

Color information

#101C12 (or 0x101C12) is known color: Black Bean. HEX triplet: 10, 1C and 12. RGB value is (16,28,18). Sum of RGB (Red+Green+Blue) = 16+28+18=62 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.81% from 62); Green value is 28 (11.33% from 255 or 45.16% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 28 - color contains mainly: green. Hex color #101C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101C12 is #EFE3ED. Grayscale: #171717. Windows color (decimal): -15721454 or 1186832. OLE color: 1186832.

HSL color Cylindrical-coordinate representation of color #101C12: hue angle of 130º 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 #101C12 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.89.

Color convert

RGB 16 28 18 -
CMYK 0.43 0 0.36 0.89
HSL 130º 0.27% 0.09% -
HSV(B) 130º 0.43% 0.11% -
XYZ 0.74 0.98 0.72 -
YUV 23.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 16 28 18 0.43 0 0.36 0.89 130 0.27 0.09
Hex 10 1C 12 2B 0 24 59 82 1B 9
Octal 20 34 22 53 0 44 131 202 33 11
Binary 10000 11100 10010 101011 0 100100 1011001 10000010 11011 1001

Color Harmonies of #101C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101C12

Black with #101C12

Text Example


Text Example

White with #101C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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