Html Css Color HEX #102616 Black Bean

📋 copy color: '#102616'

red 16 ◦ green 38 ◦ blue 22

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

Shades of Black Bean #102616

Tints of Black Bean #102616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 50%

 BLUE value IS 22 (8.98% from 255) = 28.95%

R = 21.05%
G = 50%
B = 28.95%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.42

 K value IS 0.85

RGB Variations

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

Color information

#102616 (or 0x102616) is known color: Black Bean. HEX triplet: 10, 26 and 16. RGB value is (16,38,22). Sum of RGB (Red+Green+Blue) = 16+38+22=76 (10% of max value = 765). Red value is 16 (6.64% from 255 or 21.05% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 38 - color contains mainly: green. Hex color #102616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102616 is #EFD9E9. Grayscale: #1D1D1D. Windows color (decimal): -15718890 or 1451536. OLE color: 1451536.

HSL color Cylindrical-coordinate representation of color #102616: hue angle of 136.36º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #102616 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.85.

Color convert

RGB 16 38 22 -
CMYK 0.58 0 0.42 0.85
HSL 136.36º 0.41% 0.11% -
HSV(B) 136.36º 0.58% 0.15% -
XYZ 1.05 1.55 1 -
YUV 29.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 16 38 22 0.58 0 0.42 0.85 136.36 0.41 0.11
Hex 10 26 16 3A 0 2A 55 88 29 B
Octal 20 46 26 72 0 52 125 210 51 13
Binary 10000 100110 10110 111010 0 101010 1010101 10001000 101001 1011

Color Harmonies of #102616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102616

Black with #102616

Text Example


Text Example

White with #102616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102616; }

 p { color: rgb(16,38,22); }

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

background-color css

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

 a { background-color: rgb(16,38,22); }

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

border-color css

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

 span { border-color: rgb(16,38,22); }

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