#102715

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

Shades of Black Bean #102715

Tints of Black Bean #102715

Color information

#102715 (or 0x102715) is unknown color: approx Black Bean. HEX triplet: 10, 27 and 15. RGB value is (16,39,21). Sum of RGB (Red+Green+Blue) = 16+39+21=76 (10% of max value = 765). Red value is 16 (6.64% from 255 or 21.05% from 76); Green value is 39 (15.62% from 255 or 51.32% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 39 - color contains mainly: green. Hex color #102715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102715 is #EFD8EA. Grayscale: #1E1E1E. Windows color (decimal): -15718635 or 1386256. OLE color: 1386256.

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

Color convert

RGB163921-
CMYK0.5900.460.85
HSL133.04º41.82%10.78%-
HSV(B)133.04º58.97%15.29%-
XYZ1.071.620.96-
YUV30.07122.88117.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.05%
GREEN value IS 39 (15.62% from 255) = 51.32%
BLUE value IS 21 (8.59% from 255) = 27.63%
R=21.05%
G=51.32%
B=27.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1639210.5900.460.85133.0441.8210.78
Hex1027153B02E55852ab
Octal204725730561252055213
Binary100001001111010111101101011101010101100001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102715; }

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

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

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

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

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

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

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

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