#103013

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

Shades of Black Bean #103013

Tints of Black Bean #103013

Color information

#103013 (or 0x103013) is unknown color: approx Black Bean. HEX triplet: 10, 30 and 13. RGB value is (16,48,19). Sum of RGB (Red+Green+Blue) = 16+48+19=83 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.28% from 83); Green value is 48 (19.14% from 255 or 57.83% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 48 - color contains mainly: green. Hex color #103013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103013 is #EFCFEC. Grayscale: #232323. Windows color (decimal): -15716333 or 1257488. OLE color: 1257488.

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

Color convert

RGB164819-
CMYK0.6700.600.81
HSL125.62º50%12.55%-
HSV(B)125.62º66.67%18.82%-
XYZ1.392.270.98-
YUV35.13118.9114.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.28%
GREEN value IS 48 (19.14% from 255) = 57.83%
BLUE value IS 19 (7.81% from 255) = 22.89%
R=19.28%
G=57.83%
B=22.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1648190.6700.600.81125.625012.55
Hex1030134303C517e32d
Octal2060231030741211766215
Binary100001100001001110000110111100101000111111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103013; }

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

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

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

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

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

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

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

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