Html Css Color HEX #102E13 Black Bean

📋 copy color: '#102E13'

red 16 ◦ green 46 ◦ blue 19

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

Shades of Black Bean #102E13

Tints of Black Bean #102E13

RGB

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

 GREEN value IS 46 (18.36% from 255) = 56.79%

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

R = 19.75%
G = 56.79%
B = 23.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.82

RGB Variations

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

Color information

#102E13 (or 0x102E13) is known color: Black Bean. HEX triplet: 10, 2E and 13. RGB value is (16,46,19). Sum of RGB (Red+Green+Blue) = 16+46+19=81 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.75% from 81); Green value is 46 (18.36% from 255 or 56.79% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 46 - color contains mainly: green. Hex color #102E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102E13 is #EFD1EC. Grayscale: #222222. Windows color (decimal): -15716845 or 1256976. OLE color: 1256976.

HSL color Cylindrical-coordinate representation of color #102E13: hue angle of 126º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #102E13 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.82.

Color convert

RGB 16 46 19 -
CMYK 0.65 0 0.59 0.82
HSL 126º 0.48% 0.12% -
HSV(B) 126º 0.65% 0.18% -
XYZ 1.31 2.11 0.95 -
YUV 33.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 16 46 19 0.65 0 0.59 0.82 126 0.48 0.12
Hex 10 2E 13 41 0 3B 52 7E 30 C
Octal 20 56 23 101 0 73 122 176 60 14
Binary 10000 101110 10011 1000001 0 111011 1010010 1111110 110000 1100

Color Harmonies of #102E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #102E13

Black with #102E13

Text Example


Text Example

White with #102E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #102E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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