#102F15

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

Shades of Black Bean #102F15

Tints of Black Bean #102F15

Color information

#102F15 (or 0x102F15) is unknown color: approx Black Bean. HEX triplet: 10, 2F and 15. RGB value is (16,47,21). Sum of RGB (Red+Green+Blue) = 16+47+21=84 (11% of max value = 765). Red value is 16 (6.64% from 255 or 19.05% from 84); Green value is 47 (18.75% from 255 or 55.95% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 47 - color contains mainly: green. Hex color #102F15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102F15 is #EFD0EA. Grayscale: #222222. Windows color (decimal): -15716587 or 1388304. OLE color: 1388304.

HSL color Cylindrical-coordinate representation of color #102F15: hue angle of 129.68º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #102F15 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.82.

Color convert

RGB164721-
CMYK0.6600.550.82
HSL129.68º49.21%12.35%-
HSV(B)129.68º65.96%18.43%-
XYZ1.372.21.06-
YUV34.77120.23114.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.05%
GREEN value IS 47 (18.75% from 255) = 55.95%
BLUE value IS 21 (8.59% from 255) = 25%
R=19.05%
G=55.95%
B=25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1647210.6600.550.82129.6849.2112.35
Hex102F1542037528231c
Octal2057251020671222026114
Binary1000010111110101100001001101111010010100000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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