#102514

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

Shades of Black Bean #102514

Tints of Black Bean #102514

Color information

#102514 (or 0x102514) is unknown color: approx Black Bean. HEX triplet: 10, 25 and 14. RGB value is (16,37,20). Sum of RGB (Red+Green+Blue) = 16+37+20=73 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.92% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #102514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102514 is #EFDAEB. Grayscale: #1C1C1C. Windows color (decimal): -15719148 or 1320208. OLE color: 1320208.

HSL color Cylindrical-coordinate representation of color #102514: hue angle of 131.43º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #102514 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB163720-
CMYK0.5700.460.85
HSL131.43º39.62%10.39%-
HSV(B)131.43º56.76%14.51%-
XYZ11.480.9-
YUV28.78123.04118.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.92%
GREEN value IS 37 (14.84% from 255) = 50.68%
BLUE value IS 20 (8.20% from 255) = 27.40%
R=21.92%
G=50.68%
B=27.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1637200.5700.460.85131.4339.6210.39
Hex1025143902E558328a
Octal204524710561252035012
Binary100001001011010011100101011101010101100000111010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102514; }

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

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

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

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

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

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

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

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