#103314

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

Shades of Black Bean #103314

Tints of Black Bean #103314

Color information

#103314 (or 0x103314) is unknown color: approx Black Bean. HEX triplet: 10, 33 and 14. RGB value is (16,51,20). Sum of RGB (Red+Green+Blue) = 16+51+20=87 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.39% from 87); Green value is 51 (20.31% from 255 or 58.62% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 51 - color contains mainly: green. Hex color #103314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103314 is #EFCCEB. Grayscale: #252525. Windows color (decimal): -15715564 or 1323792. OLE color: 1323792.

HSL color Cylindrical-coordinate representation of color #103314: hue angle of 126.86º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #103314 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.

Color convert

RGB165120-
CMYK0.6900.610.8
HSL126.86º52.24%13.14%-
HSV(B)126.86º68.63%20%-
XYZ1.522.531.07-
YUV37118.4113.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.39%
GREEN value IS 51 (20.31% from 255) = 58.62%
BLUE value IS 20 (8.20% from 255) = 22.99%
R=18.39%
G=58.62%
B=22.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1651200.6900.610.8126.8652.2413.14
Hex1033144503D507f34d
Octal2063241050751201776415
Binary100001100111010010001010111101101000011111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103314; }

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

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

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

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

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

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

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

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