Html Css Color HEX #102613 Black Bean

📋 copy color: '#102613'

red 16 ◦ green 38 ◦ blue 19

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

Shades of Black Bean #102613

Tints of Black Bean #102613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 26.03%

R = 21.92%
G = 52.05%
B = 26.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.50

 K value IS 0.85

RGB Variations

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

Color information

#102613 (or 0x102613) is known color: Black Bean. HEX triplet: 10, 26 and 13. RGB value is (16,38,19). Sum of RGB (Red+Green+Blue) = 16+38+19=73 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.92% from 73); Green value is 38 (15.23% from 255 or 52.05% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 38 - color contains mainly: green. Hex color #102613 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102613 is #EFD9EC. Grayscale: #1D1D1D. Windows color (decimal): -15718893 or 1254928. OLE color: 1254928.

HSL color Cylindrical-coordinate representation of color #102613: hue angle of 128.18º 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 #102613 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.85.

Color convert

RGB 16 38 19 -
CMYK 0.58 0 0.50 0.85
HSL 128.18º 0.41% 0.11% -
HSV(B) 128.18º 0.58% 0.15% -
XYZ 1.02 1.54 0.86 -
YUV 29.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 16 38 19 0.58 0 0.50 0.85 128.18 0.41 0.11
Hex 10 26 13 3A 0 32 55 80 29 B
Octal 20 46 23 72 0 62 125 200 51 13
Binary 10000 100110 10011 111010 0 110010 1010101 10000000 101001 1011

Color Harmonies of #102613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102613

Black with #102613

Text Example


Text Example

White with #102613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102613; }

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

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

background-color css

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

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

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

border-color css

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

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

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