#102B12

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

Shades of Black Bean #102B12

Tints of Black Bean #102B12

Color information

#102B12 (or 0x102B12) is unknown color: approx Black Bean. HEX triplet: 10, 2B and 12. RGB value is (16,43,18). Sum of RGB (Red+Green+Blue) = 16+43+18=77 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.78% from 77); Green value is 43 (17.19% from 255 or 55.84% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 43 - color contains mainly: green. Hex color #102B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102B12 is #EFD4ED. Grayscale: #202020. Windows color (decimal): -15717614 or 1190672. OLE color: 1190672.

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

Color convert

RGB164318-
CMYK0.6300.580.83
HSL124.44º45.76%11.57%-
HSV(B)124.44º62.79%16.86%-
XYZ1.191.880.87-
YUV32.08120.05116.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.78%
GREEN value IS 43 (17.19% from 255) = 55.84%
BLUE value IS 18 (7.42% from 255) = 23.38%
R=20.78%
G=55.84%
B=23.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1643180.6300.580.83124.4445.7611.57
Hex102B123F03A537c2ec
Octal205322770721231745614
Binary10000101011100101111110111010101001111111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,43,18); }

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

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

 a { background-color: rgb(16,43,18); }

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

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

 span { border-color: rgb(16,43,18); }

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