#103114

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

Shades of Black Bean #103114

Tints of Black Bean #103114

Color information

#103114 (or 0x103114) is unknown color: approx Black Bean. HEX triplet: 10, 31 and 14. RGB value is (16,49,20). Sum of RGB (Red+Green+Blue) = 16+49+20=85 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.82% from 85); Green value is 49 (19.53% from 255 or 57.65% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 49 - color contains mainly: green. Hex color #103114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103114 is #EFCEEB. Grayscale: #232323. Windows color (decimal): -15716076 or 1323280. OLE color: 1323280.

HSL color Cylindrical-coordinate representation of color #103114: hue angle of 127.27º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #103114 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB164920-
CMYK0.6700.590.81
HSL127.27º50.77%12.75%-
HSV(B)127.27º67.35%19.22%-
XYZ1.442.361.04-
YUV35.83119.07113.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.82%
GREEN value IS 49 (19.53% from 255) = 57.65%
BLUE value IS 20 (8.20% from 255) = 23.53%
R=18.82%
G=57.65%
B=23.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1649200.6700.590.81127.2750.7712.75
Hex1031144303B517f33d
Octal2061241030731211776315
Binary100001100011010010000110111011101000111111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103114; }

 p { color: rgb(16,49,20); }

 H1.HeaderClassName
 {
   color: #103114;
 }
 .AnyTagClassName
 {
   color: #103114;
 }
</style>
background-color css

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

 a { background-color: rgb(16,49,20); }

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

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

 span { border-color: rgb(16,49,20); }

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