Html Css Color HEX #101D12 Black Bean

📋 copy color: '#101D12'

red 16 ◦ green 29 ◦ blue 18

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

Shades of Black Bean #101D12

Tints of Black Bean #101D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 46.03%

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

R = 25.4%
G = 46.03%
B = 28.57%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.38

 K value IS 0.89

RGB Variations

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

Color information

#101D12 (or 0x101D12) is known color: Black Bean. HEX triplet: 10, 1D and 12. RGB value is (16,29,18). Sum of RGB (Red+Green+Blue) = 16+29+18=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 29 (11.72% from 255 or 46.03% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 29 - color contains mainly: green. Hex color #101D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101D12 is #EFE2ED. Grayscale: #171717. Windows color (decimal): -15721198 or 1187088. OLE color: 1187088.

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

Color convert

RGB 16 29 18 -
CMYK 0.45 0 0.38 0.89
HSL 129.23º 0.29% 0.09% -
HSV(B) 129.23º 0.45% 0.11% -
XYZ 0.76 1.03 0.73 -
YUV 23.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 16 29 18 0.45 0 0.38 0.89 129.23 0.29 0.09
Hex 10 1D 12 2D 0 26 59 81 1D 9
Octal 20 35 22 55 0 46 131 201 35 11
Binary 10000 11101 10010 101101 0 100110 1011001 10000001 11101 1001

Color Harmonies of #101D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101D12

Black with #101D12

Text Example


Text Example

White with #101D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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