#102014

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

Shades of Black Bean #102014

Tints of Black Bean #102014

Color information

#102014 (or 0x102014) is unknown color: approx Black Bean. HEX triplet: 10, 20 and 14. RGB value is (16,32,20). Sum of RGB (Red+Green+Blue) = 16+32+20=68 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.53% from 68); Green value is 32 (12.89% from 255 or 47.06% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 32 - color contains mainly: green. Hex color #102014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102014 is #EFDFEB. Grayscale: #191919. Windows color (decimal): -15720428 or 1318928. OLE color: 1318928.

HSL color Cylindrical-coordinate representation of color #102014: hue angle of 135º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #102014 is Cyan = 0.5, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.87.

Color convert

RGB163220-
CMYK0.500.370.87
HSL135º33.33%9.41%-
HSV(B)135º50%12.55%-
XYZ0.861.190.85-
YUV25.85124.7120.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.53%
GREEN value IS 32 (12.89% from 255) = 47.06%
BLUE value IS 20 (8.20% from 255) = 29.41%
R=23.53%
G=47.06%
B=29.41%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1632200.500.370.8713533.339.41
Hex102014320255787219
Octal204024620451272074111
Binary100001000001010011001001001011010111100001111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102014; }

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

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

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

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

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

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

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

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