#102C15

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

Shades of Black Bean #102C15

Tints of Black Bean #102C15

Color information

#102C15 (or 0x102C15) is unknown color: approx Black Bean. HEX triplet: 10, 2C and 15. RGB value is (16,44,21). Sum of RGB (Red+Green+Blue) = 16+44+21=81 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.75% from 81); Green value is 44 (17.58% from 255 or 54.32% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 44 - color contains mainly: green. Hex color #102C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102C15 is #EFD3EA. Grayscale: #212121. Windows color (decimal): -15717355 or 1387536. OLE color: 1387536.

HSL color Cylindrical-coordinate representation of color #102C15: hue angle of 130.71º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #102C15 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.83.

Color convert

RGB164421-
CMYK0.6400.520.83
HSL130.71º46.67%11.76%-
HSV(B)130.71º63.64%17.25%-
XYZ1.251.971.02-
YUV33.01121.22115.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.75%
GREEN value IS 44 (17.58% from 255) = 54.32%
BLUE value IS 21 (8.59% from 255) = 25.93%
R=19.75%
G=54.32%
B=25.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1644210.6400.520.83130.7146.6711.76
Hex102C154003453832fc
Octal2054251000641232035714
Binary1000010110010101100000001101001010011100000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102C15; }

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

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

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

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

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

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

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

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