#102411

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

Shades of Black Bean #102411

Tints of Black Bean #102411

Color information

#102411 (or 0x102411) is unknown color: approx Black Bean. HEX triplet: 10, 24 and 11. RGB value is (16,36,17). Sum of RGB (Red+Green+Blue) = 16+36+17=69 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.19% from 69); Green value is 36 (14.45% from 255 or 52.17% from 69); Blue value is 17 (7.03% from 255 or 24.64% from 69); Max value from RGB is 36 - color contains mainly: green. Hex color #102411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102411 is #EFDBEE. Grayscale: #1B1B1B. Windows color (decimal): -15719407 or 1123344. OLE color: 1123344.

HSL color Cylindrical-coordinate representation of color #102411: hue angle of 123º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #102411 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.86.

Color convert

RGB163617-
CMYK0.5600.530.86
HSL123º38.46%10.2%-
HSV(B)123º55.56%14.12%-
XYZ0.951.410.75-
YUV27.85121.87119.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.19%
GREEN value IS 36 (14.45% from 255) = 52.17%
BLUE value IS 17 (7.03% from 255) = 24.64%
R=23.19%
G=52.17%
B=24.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1636170.5600.530.8612338.4610.2
Hex10241138035567b26a
Octal204421700651261734612
Binary10000100100100011110000110101101011011110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102411; }

 p { color: rgb(16,36,17); }

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

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

 a { background-color: rgb(16,36,17); }

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

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

 span { border-color: rgb(16,36,17); }

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