#102115

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

Shades of Black Bean #102115

Tints of Black Bean #102115

Color information

#102115 (or 0x102115) is unknown color: approx Black Bean. HEX triplet: 10, 21 and 15. RGB value is (16,33,21). Sum of RGB (Red+Green+Blue) = 16+33+21=70 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.86% from 70); Green value is 33 (13.28% from 255 or 47.14% from 70); Blue value is 21 (8.59% from 255 or 30% from 70); Max value from RGB is 33 - color contains mainly: green. Hex color #102115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102115 is #EFDEEA. Grayscale: #1A1A1A. Windows color (decimal): -15720171 or 1384720. OLE color: 1384720.

HSL color Cylindrical-coordinate representation of color #102115: hue angle of 137.65º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #102115 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.87.

Color convert

RGB163321-
CMYK0.5200.360.87
HSL137.65º34.69%9.61%-
HSV(B)137.65º51.52%12.94%-
XYZ0.891.250.9-
YUV26.55124.87120.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 22.86%
GREEN value IS 33 (13.28% from 255) = 47.14%
BLUE value IS 21 (8.59% from 255) = 30%
R=22.86%
G=47.14%
B=30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1633210.5200.360.87137.6534.699.61
Hex10211534024578a23a
Octal204125640441272124312
Binary100001000011010111010001001001010111100010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102115; }

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

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

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

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

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

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

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

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