#102015

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

Shades of Black Bean #102015

Tints of Black Bean #102015

Color information

#102015 (or 0x102015) is unknown color: approx Black Bean. HEX triplet: 10, 20 and 15. RGB value is (16,32,21). Sum of RGB (Red+Green+Blue) = 16+32+21=69 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.19% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 32 - color contains mainly: green. Hex color #102015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102015 is #EFDFEA. Grayscale: #191919. Windows color (decimal): -15720427 or 1384464. OLE color: 1384464.

HSL color Cylindrical-coordinate representation of color #102015: hue angle of 138.75º 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 #102015 is Cyan = 0.5, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.87.

Color convert

RGB163221-
CMYK0.500.340.87
HSL138.75º33.33%9.41%-
HSV(B)138.75º50%12.55%-
XYZ0.871.20.89-
YUV25.96125.2120.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.19%
GREEN value IS 32 (12.89% from 255) = 46.38%
BLUE value IS 21 (8.59% from 255) = 30.43%
R=23.19%
G=46.38%
B=30.43%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1632210.500.340.87138.7533.339.41
Hex10201532022578b219
Octal204025620421272134111
Binary100001000001010111001001000101010111100010111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102015; }

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

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

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

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

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

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

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

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