#103014

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

Shades of Black Bean #103014

Tints of Black Bean #103014

Color information

#103014 (or 0x103014) is unknown color: approx Black Bean. HEX triplet: 10, 30 and 14. RGB value is (16,48,20). Sum of RGB (Red+Green+Blue) = 16+48+20=84 (11% of max value = 765). Red value is 16 (6.64% from 255 or 19.05% from 84); Green value is 48 (19.14% from 255 or 57.14% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 48 - color contains mainly: green. Hex color #103014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103014 is #EFCFEB. Grayscale: #232323. Windows color (decimal): -15716332 or 1323024. OLE color: 1323024.

HSL color Cylindrical-coordinate representation of color #103014: hue angle of 127.5º degrees, saturation: 0.5, 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 #103014 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB164820-
CMYK0.6700.580.81
HSL127.5º50%12.55%-
HSV(B)127.5º66.67%18.82%-
XYZ1.42.271.03-
YUV35.24119.4114.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.05%
GREEN value IS 48 (19.14% from 255) = 57.14%
BLUE value IS 20 (8.20% from 255) = 23.81%
R=19.05%
G=57.14%
B=23.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1648200.6700.580.81127.55012.55
Hex1030144303A518032d
Octal2060241030721212006215
Binary1000011000010100100001101110101010001100000001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103014; }

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

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

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

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

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

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

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

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