#102E13

Color #102E13 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #102E13

Tints of Black Bean #102E13

Color information

#102E13 (or 0x102E13) is unknown color: approx 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

RGB164619-
CMYK0.6500.590.82
HSL126º48.39%12.16%-
HSV(B)126º65.22%18.04%-
XYZ1.312.110.95-
YUV33.95119.56115.2-

RGB Variations

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

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 (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1646190.6500.590.8212648.3912.16
Hex102E134103B527e30c
Octal2056231010731221766014
Binary100001011101001110000010111011101001011111101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>