Html Css Color HEX #102713 Black Bean

📋 copy color: '#102713'

red 16 ◦ green 39 ◦ blue 19

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

Shades of Black Bean #102713

Tints of Black Bean #102713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 52.7%

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

R = 21.62%
G = 52.7%
B = 25.68%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#102713 (or 0x102713) is known color: Black Bean. HEX triplet: 10, 27 and 13. RGB value is (16,39,19). Sum of RGB (Red+Green+Blue) = 16+39+19=74 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.62% from 74); Green value is 39 (15.62% from 255 or 52.70% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 39 - color contains mainly: green. Hex color #102713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102713 is #EFD8EC. Grayscale: #1D1D1D. Windows color (decimal): -15718637 or 1255184. OLE color: 1255184.

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

Color convert

RGB 16 39 19 -
CMYK 0.59 0 0.51 0.85
HSL 127.83º 0.42% 0.11% -
HSV(B) 127.83º 0.59% 0.15% -
XYZ 1.06 1.61 0.87 -
YUV 29.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 16 39 19 0.59 0 0.51 0.85 127.83 0.42 0.11
Hex 10 27 13 3B 0 33 55 80 2A B
Octal 20 47 23 73 0 63 125 200 52 13
Binary 10000 100111 10011 111011 0 110011 1010101 10000000 101010 1011

Color Harmonies of #102713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102713

Black with #102713

Text Example


Text Example

White with #102713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102713; }

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

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

background-color css

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

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

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

border-color css

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

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

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