Html Css Color HEX #102815 Black Bean

📋 copy color: '#102815'

red 16 ◦ green 40 ◦ blue 21

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

Shades of Black Bean #102815

Tints of Black Bean #102815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 51.95%

 BLUE value IS 21 (8.59% from 255) = 27.27%

R = 20.78%
G = 51.95%
B = 27.27%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.48

 K value IS 0.84

RGB Variations

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

Color information

#102815 (or 0x102815) is known color: Black Bean. HEX triplet: 10, 28 and 15. RGB value is (16,40,21). Sum of RGB (Red+Green+Blue) = 16+40+21=77 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.78% from 77); Green value is 40 (16.02% from 255 or 51.95% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 40 - color contains mainly: green. Hex color #102815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102815 is #EFD7EA. Grayscale: #1E1E1E. Windows color (decimal): -15718379 or 1386512. OLE color: 1386512.

HSL color Cylindrical-coordinate representation of color #102815: hue angle of 132.5º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #102815 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB 16 40 21 -
CMYK 0.60 0 0.48 0.84
HSL 132.5º 0.43% 0.11% -
HSV(B) 132.5º 0.6% 0.16% -
XYZ 1.11 1.68 0.98 -
YUV 30.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 16 40 21 0.60 0 0.48 0.84 132.5 0.43 0.11
Hex 10 28 15 3C 0 30 54 84 2B B
Octal 20 50 25 74 0 60 124 204 53 13
Binary 10000 101000 10101 111100 0 110000 1010100 10000100 101011 1011

Color Harmonies of #102815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102815

Black with #102815

Text Example


Text Example

White with #102815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102815; }

 p { color: rgb(16,40,21); }

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

background-color css

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

 a { background-color: rgb(16,40,21); }

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

border-color css

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

 span { border-color: rgb(16,40,21); }

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