Html Css Color HEX #102513 Black Bean

📋 copy color: '#102513'

red 16 ◦ green 37 ◦ blue 19

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

Shades of Black Bean #102513

Tints of Black Bean #102513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 51.39%

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

R = 22.22%
G = 51.39%
B = 26.39%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#102513 (or 0x102513) is known color: Black Bean. HEX triplet: 10, 25 and 13. RGB value is (16,37,19). Sum of RGB (Red+Green+Blue) = 16+37+19=72 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.22% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #102513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102513 is #EFDAEC. Grayscale: #1C1C1C. Windows color (decimal): -15719149 or 1254672. OLE color: 1254672.

HSL color Cylindrical-coordinate representation of color #102513: hue angle of 128.57º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #102513 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 16 37 19 -
CMYK 0.57 0 0.49 0.85
HSL 128.57º 0.4% 0.1% -
HSV(B) 128.57º 0.57% 0.15% -
XYZ 0.99 1.48 0.85 -
YUV 28.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 16 37 19 0.57 0 0.49 0.85 128.57 0.4 0.1
Hex 10 25 13 39 0 31 55 81 28 A
Octal 20 45 23 71 0 61 125 201 50 12
Binary 10000 100101 10011 111001 0 110001 1010101 10000001 101000 1010

Color Harmonies of #102513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102513

Black with #102513

Text Example


Text Example

White with #102513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102513; }

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

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

background-color css

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

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

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

border-color css

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

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

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