Html Css Color HEX #102915 Black Bean

📋 copy color: '#102915'

red 16 ◦ green 41 ◦ blue 21

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

Shades of Black Bean #102915

Tints of Black Bean #102915

RGB

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

 GREEN value IS 41 (16.41% from 255) = 52.56%

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

R = 20.51%
G = 52.56%
B = 26.92%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.49

 K value IS 0.84

RGB Variations

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

Color information

#102915 (or 0x102915) is known color: Black Bean. HEX triplet: 10, 29 and 15. RGB value is (16,41,21). Sum of RGB (Red+Green+Blue) = 16+41+21=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 41 (16.41% from 255 or 52.56% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 41 - color contains mainly: green. Hex color #102915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102915 is #EFD6EA. Grayscale: #1F1F1F. Windows color (decimal): -15718123 or 1386768. OLE color: 1386768.

HSL color Cylindrical-coordinate representation of color #102915: hue angle of 132º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #102915 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.84.

Color convert

RGB 16 41 21 -
CMYK 0.61 0 0.49 0.84
HSL 132º 0.44% 0.11% -
HSV(B) 132º 0.61% 0.16% -
XYZ 1.14 1.75 0.99 -
YUV 31.25 122.22 117.13 -
System Red Green Blue C M Y K H S L
Decimal 16 41 21 0.61 0 0.49 0.84 132 0.44 0.11
Hex 10 29 15 3D 0 31 54 84 2C B
Octal 20 51 25 75 0 61 124 204 54 13
Binary 10000 101001 10101 111101 0 110001 1010100 10000100 101100 1011

Color Harmonies of #102915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102915

Black with #102915

Text Example


Text Example

White with #102915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102915; }

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

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

background-color css

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

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

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

border-color css

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

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

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